Name | Hexcode | Comment |
Black | #000000 | This is the six-character edition, see Alpha channel notes below. |
Clear red | #FF0000 | This is the six-character edition, see Alpha channel notes below. |
Clear green | #00FF00 | This is the six-character edition, see Alpha channel notes below. |
Clear blue | #0000FF | This is the six-character edition, see Alpha channel notes below. |
Dark lilac, | #8A1D2F | Current Royal Cloud Solutions default color. This is the six-character edition, see Alpha channel notes below. |
Light orange | #FF8C05 | As default for the Reset button. This is the six-character edition, see Alpha channel notes below. |
Any other color or shade | #00000000 – #FFFFFFFFF | Note that the shown last two characters controls the intensity of the colors/seethrough characteristics of the letters (see Alpha channel below), and that the others are “on” if the value is larger than 00 (that is, in the range of 01-FF). NB! You may be well adviced to use a good color picker, such as the one in W3Schools. |
Notes:
Hexcodes gives the red- green- blue values in three pairs, with six characters all in all. One pair can range from 00 (not in use) to FF (full color). Remember to use a # before the six characters. Letters a-f can be either lower- or uppercase, or any mix of this.
Two characters can be added, providing alpha channel information, which today can be used as shown below. Future versions may add transparency to possible background images, if implemented.
Usage: FF: Full color C0: A bit weaker color A0: Much weaker color ... 00: Invisible
Document Revision: June, 2020. rev. 1.0