Shades of Royal Blue #606CE6
Tints of Royal Blue #606CE6
RGB
CMYK
RGB Variations
Color information
#606CE6 (or 0x606CE6) is known color: Royal Blue. HEX triplet: 60, 6C and E6. RGB value is (96,108,230). Sum of RGB (Red+Green+Blue) = 96+108+230=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 230 (90.23% from 255 or 53.00% from 434); Max value from RGB is 230 - color contains mainly: blue. Hex color #606CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606CE6 is #9F9319. Grayscale: #757575. Windows color (decimal): -10457882 or 15101024. OLE color: 15101024.
HSL color Cylindrical-coordinate representation of color #606CE6: hue angle of 234.63º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #606CE6 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 108 | 230 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.10 |
| HSL | 234.63º | 0.73% | 0.64% | - |
| HSV(B) | 234.63º | 0.58% | 0.9% | - |
| XYZ | 24.47 | 18.93 | 77.23 | - |
| YUV | 118.32 | 191.02 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 230 | 0.58 | 0.53 | 0 | 0.10 | 234.63 | 0.73 | 0.64 |
| Hex | 60 | 6C | E6 | 3A | 35 | 0 | A | EB | 49 | 40 |
| Octal | 140 | 154 | 346 | 72 | 65 | 0 | 12 | 353 | 111 | 100 |
| Binary | 1100000 | 1101100 | 11100110 | 111010 | 110101 | 0 | 1010 | 11101011 | 1001001 | 1000000 |
Color Harmonies of #606CE6
Complementary color
Monochromatic Colors of #606CE6
Black with #606CE6
Text Example
Text Example
White with #606CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606CE6; }
p { color: rgb(96,108,230); }
H1.HeaderClassName
{
color: #606CE6;
}
.AnyTagClassName
{
color: #606CE6;
}
</style>
background-color css
<style>
a { background-color: #606CE6; }
a { background-color: rgb(96,108,230); }
div.DivClassName
{
background-color: #606CE6;
}
.BgClassName
{
background-color: #606CE6;
}
</style>
border-color css
<style>
span { border-color: #606CE6; }
span { border-color: rgb(96,108,230); }
td.TdClassName
{
border-color: #606CE6;
}
.TagClassName
{
border-color: #606CE6;
}
</style>