Shades of Royal Blue #606FE0
Tints of Royal Blue #606FE0
RGB
CMYK
RGB Variations
Color information
#606FE0 (or 0x606FE0) is known color: Royal Blue. HEX triplet: 60, 6F and E0. RGB value is (96,111,224). Sum of RGB (Red+Green+Blue) = 96+111+224=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #606FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FE0 is #9F901F. Grayscale: #767676. Windows color (decimal): -10457120 or 14708576. OLE color: 14708576.
HSL color Cylindrical-coordinate representation of color #606FE0: hue angle of 232.97º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #606FE0 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 111 | 224 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.12 |
| HSL | 232.97º | 0.67% | 0.63% | - |
| HSV(B) | 232.97º | 0.57% | 0.88% | - |
| XYZ | 23.96 | 19.24 | 72.97 | - |
| YUV | 119.4 | 187.03 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 224 | 0.57 | 0.50 | 0 | 0.12 | 232.97 | 0.67 | 0.63 |
| Hex | 60 | 6F | E0 | 39 | 32 | 0 | C | E9 | 43 | 3F |
| Octal | 140 | 157 | 340 | 71 | 62 | 0 | 14 | 351 | 103 | 77 |
| Binary | 1100000 | 1101111 | 11100000 | 111001 | 110010 | 0 | 1100 | 11101001 | 1000011 | 111111 |
Color Harmonies of #606FE0
Complementary color
Monochromatic Colors of #606FE0
Black with #606FE0
Text Example
Text Example
White with #606FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FE0; }
p { color: rgb(96,111,224); }
H1.HeaderClassName
{
color: #606FE0;
}
.AnyTagClassName
{
color: #606FE0;
}
</style>
background-color css
<style>
a { background-color: #606FE0; }
a { background-color: rgb(96,111,224); }
div.DivClassName
{
background-color: #606FE0;
}
.BgClassName
{
background-color: #606FE0;
}
</style>
border-color css
<style>
span { border-color: #606FE0; }
span { border-color: rgb(96,111,224); }
td.TdClassName
{
border-color: #606FE0;
}
.TagClassName
{
border-color: #606FE0;
}
</style>