Shades of Royal Blue #206CE6
Tints of Royal Blue #206CE6
RGB
CMYK
RGB Variations
Color information
#206CE6 (or 0x206CE6) is known color: Royal Blue. HEX triplet: 20, 6C and E6. RGB value is (32,108,230). Sum of RGB (Red+Green+Blue) = 32+108+230=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 230 (90.23% from 255 or 62.16% from 370); Max value from RGB is 230 - color contains mainly: blue. Hex color #206CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206CE6 is #DF9319. Grayscale: #626262. Windows color (decimal): -14652186 or 15100960. OLE color: 15100960.
HSL color Cylindrical-coordinate representation of color #206CE6: hue angle of 216.97º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #206CE6 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 108 | 230 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.10 |
| HSL | 216.97º | 0.8% | 0.51% | - |
| HSV(B) | 216.97º | 0.86% | 0.9% | - |
| XYZ | 20.24 | 16.75 | 77.03 | - |
| YUV | 99.18 | 201.82 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 230 | 0.86 | 0.53 | 0 | 0.10 | 216.97 | 0.8 | 0.51 |
| Hex | 20 | 6C | E6 | 56 | 35 | 0 | A | D9 | 50 | 33 |
| Octal | 40 | 154 | 346 | 126 | 65 | 0 | 12 | 331 | 120 | 63 |
| Binary | 100000 | 1101100 | 11100110 | 1010110 | 110101 | 0 | 1010 | 11011001 | 1010000 | 110011 |
Color Harmonies of #206CE6
Complementary color
Monochromatic Colors of #206CE6
Black with #206CE6
Text Example
Text Example
White with #206CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206CE6; }
p { color: rgb(32,108,230); }
H1.HeaderClassName
{
color: #206CE6;
}
.AnyTagClassName
{
color: #206CE6;
}
</style>
background-color css
<style>
a { background-color: #206CE6; }
a { background-color: rgb(32,108,230); }
div.DivClassName
{
background-color: #206CE6;
}
.BgClassName
{
background-color: #206CE6;
}
</style>
border-color css
<style>
span { border-color: #206CE6; }
span { border-color: rgb(32,108,230); }
td.TdClassName
{
border-color: #206CE6;
}
.TagClassName
{
border-color: #206CE6;
}
</style>