Shades of Royal Blue #606EE9
Tints of Royal Blue #606EE9
RGB
CMYK
RGB Variations
Color information
#606EE9 (or 0x606EE9) is known color: Royal Blue. HEX triplet: 60, 6E and E9. RGB value is (96,110,233). Sum of RGB (Red+Green+Blue) = 96+110+233=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 233 (91.41% from 255 or 53.08% from 439); Max value from RGB is 233 - color contains mainly: blue. Hex color #606EE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606EE9 is #9F9116. Grayscale: #777777. Windows color (decimal): -10457367 or 15298144. OLE color: 15298144.
HSL color Cylindrical-coordinate representation of color #606EE9: hue angle of 233.87º 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 #606EE9 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 110 | 233 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.09 |
| HSL | 233.87º | 0.76% | 0.65% | - |
| HSV(B) | 233.87º | 0.59% | 0.91% | - |
| XYZ | 25.11 | 19.52 | 79.54 | - |
| YUV | 119.84 | 191.86 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 233 | 0.59 | 0.53 | 0 | 0.09 | 233.87 | 0.76 | 0.65 |
| Hex | 60 | 6E | E9 | 3B | 35 | 0 | 9 | EA | 4C | 41 |
| Octal | 140 | 156 | 351 | 73 | 65 | 0 | 11 | 352 | 114 | 101 |
| Binary | 1100000 | 1101110 | 11101001 | 111011 | 110101 | 0 | 1001 | 11101010 | 1001100 | 1000001 |
Color Harmonies of #606EE9
Complementary color
Monochromatic Colors of #606EE9
Black with #606EE9
Text Example
Text Example
White with #606EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606EE9; }
p { color: rgb(96,110,233); }
H1.HeaderClassName
{
color: #606EE9;
}
.AnyTagClassName
{
color: #606EE9;
}
</style>
background-color css
<style>
a { background-color: #606EE9; }
a { background-color: rgb(96,110,233); }
div.DivClassName
{
background-color: #606EE9;
}
.BgClassName
{
background-color: #606EE9;
}
</style>
border-color css
<style>
span { border-color: #606EE9; }
span { border-color: rgb(96,110,233); }
td.TdClassName
{
border-color: #606EE9;
}
.TagClassName
{
border-color: #606EE9;
}
</style>