Shades of Royal Blue #606EDF
Tints of Royal Blue #606EDF
RGB
CMYK
RGB Variations
Color information
#606EDF (or 0x606EDF) is known color: Royal Blue. HEX triplet: 60, 6E and DF. RGB value is (96,110,223). Sum of RGB (Red+Green+Blue) = 96+110+223=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #606EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606EDF is #9F9120. Grayscale: #767676. Windows color (decimal): -10457377 or 14642784. OLE color: 14642784.
HSL color Cylindrical-coordinate representation of color #606EDF: hue angle of 233.39º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #606EDF is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 110 | 223 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.13 |
| HSL | 233.39º | 0.66% | 0.63% | - |
| HSV(B) | 233.39º | 0.57% | 0.87% | - |
| XYZ | 23.72 | 18.97 | 72.22 | - |
| YUV | 118.7 | 186.86 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 223 | 0.57 | 0.51 | 0 | 0.13 | 233.39 | 0.66 | 0.63 |
| Hex | 60 | 6E | DF | 39 | 33 | 0 | D | E9 | 42 | 3F |
| Octal | 140 | 156 | 337 | 71 | 63 | 0 | 15 | 351 | 102 | 77 |
| Binary | 1100000 | 1101110 | 11011111 | 111001 | 110011 | 0 | 1101 | 11101001 | 1000010 | 111111 |
Color Harmonies of #606EDF
Complementary color
Monochromatic Colors of #606EDF
Black with #606EDF
Text Example
Text Example
White with #606EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606EDF; }
p { color: rgb(96,110,223); }
H1.HeaderClassName
{
color: #606EDF;
}
.AnyTagClassName
{
color: #606EDF;
}
</style>
background-color css
<style>
a { background-color: #606EDF; }
a { background-color: rgb(96,110,223); }
div.DivClassName
{
background-color: #606EDF;
}
.BgClassName
{
background-color: #606EDF;
}
</style>
border-color css
<style>
span { border-color: #606EDF; }
span { border-color: rgb(96,110,223); }
td.TdClassName
{
border-color: #606EDF;
}
.TagClassName
{
border-color: #606EDF;
}
</style>