Shades of Royal Blue #606FE9
Tints of Royal Blue #606FE9
RGB
CMYK
RGB Variations
Color information
#606FE9 (or 0x606FE9) is known color: Royal Blue. HEX triplet: 60, 6F and E9. RGB value is (96,111,233). Sum of RGB (Red+Green+Blue) = 96+111+233=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 233 (91.41% from 255 or 52.95% from 440); Max value from RGB is 233 - color contains mainly: blue. Hex color #606FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606FE9 is #9F9016. Grayscale: #777777. Windows color (decimal): -10457111 or 15298400. OLE color: 15298400.
HSL color Cylindrical-coordinate representation of color #606FE9: hue angle of 233.43º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #606FE9 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 111 | 233 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.09 |
| HSL | 233.43º | 0.76% | 0.65% | - |
| HSV(B) | 233.43º | 0.59% | 0.91% | - |
| XYZ | 25.22 | 19.74 | 79.57 | - |
| YUV | 120.42 | 191.53 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 233 | 0.59 | 0.52 | 0 | 0.09 | 233.43 | 0.76 | 0.65 |
| Hex | 60 | 6F | E9 | 3B | 34 | 0 | 9 | E9 | 4C | 41 |
| Octal | 140 | 157 | 351 | 73 | 64 | 0 | 11 | 351 | 114 | 101 |
| Binary | 1100000 | 1101111 | 11101001 | 111011 | 110100 | 0 | 1001 | 11101001 | 1001100 | 1000001 |
Color Harmonies of #606FE9
Complementary color
Monochromatic Colors of #606FE9
Black with #606FE9
Text Example
Text Example
White with #606FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FE9; }
p { color: rgb(96,111,233); }
H1.HeaderClassName
{
color: #606FE9;
}
.AnyTagClassName
{
color: #606FE9;
}
</style>
background-color css
<style>
a { background-color: #606FE9; }
a { background-color: rgb(96,111,233); }
div.DivClassName
{
background-color: #606FE9;
}
.BgClassName
{
background-color: #606FE9;
}
</style>
border-color css
<style>
span { border-color: #606FE9; }
span { border-color: rgb(96,111,233); }
td.TdClassName
{
border-color: #606FE9;
}
.TagClassName
{
border-color: #606FE9;
}
</style>