Shades of Royal Blue #606FEA
Tints of Royal Blue #606FEA
RGB
CMYK
RGB Variations
Color information
#606FEA (or 0x606FEA) is known color: Royal Blue. HEX triplet: 60, 6F and EA. RGB value is (96,111,234). Sum of RGB (Red+Green+Blue) = 96+111+234=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #606FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606FEA is #9F9015. Grayscale: #787878. Windows color (decimal): -10457110 or 15363936. OLE color: 15363936.
HSL color Cylindrical-coordinate representation of color #606FEA: hue angle of 233.48º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #606FEA is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 111 | 234 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.08 |
| HSL | 233.48º | 0.77% | 0.65% | - |
| HSV(B) | 233.48º | 0.59% | 0.92% | - |
| XYZ | 25.36 | 19.8 | 80.33 | - |
| YUV | 120.54 | 192.03 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 234 | 0.59 | 0.53 | 0 | 0.08 | 233.48 | 0.77 | 0.65 |
| Hex | 60 | 6F | EA | 3B | 35 | 0 | 8 | E9 | 4D | 41 |
| Octal | 140 | 157 | 352 | 73 | 65 | 0 | 10 | 351 | 115 | 101 |
| Binary | 1100000 | 1101111 | 11101010 | 111011 | 110101 | 0 | 1000 | 11101001 | 1001101 | 1000001 |
Color Harmonies of #606FEA
Complementary color
Monochromatic Colors of #606FEA
Black with #606FEA
Text Example
Text Example
White with #606FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FEA; }
p { color: rgb(96,111,234); }
H1.HeaderClassName
{
color: #606FEA;
}
.AnyTagClassName
{
color: #606FEA;
}
</style>
background-color css
<style>
a { background-color: #606FEA; }
a { background-color: rgb(96,111,234); }
div.DivClassName
{
background-color: #606FEA;
}
.BgClassName
{
background-color: #606FEA;
}
</style>
border-color css
<style>
span { border-color: #606FEA; }
span { border-color: rgb(96,111,234); }
td.TdClassName
{
border-color: #606FEA;
}
.TagClassName
{
border-color: #606FEA;
}
</style>