This project is here to demonstrate how to calculate a colour value used by the "set pen color" or "touching color" blocks from it's Red, Green & Blue components. Get Color YouTube Video: https://youtu.be/aBTh756kCZw Scratch Studio: https://scratch.mit.edu/studios/31461577/comments ★★★★★★★★★★★★★★★★★★★★★★ Color = red * 65536 + green * 256 + blue ★★★★★★★★★★★★★★★★★★★★★★