Shades of Royal Blue #606EDE
Tints of Royal Blue #606EDE
RGB
CMYK
RGB Variations
Color information
#606EDE (or 0x606EDE) is known color: Royal Blue. HEX triplet: 60, 6E and DE. RGB value is (96,110,222). Sum of RGB (Red+Green+Blue) = 96+110+222=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #606EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606EDE is #9F9121. Grayscale: #767676. Windows color (decimal): -10457378 or 14577248. OLE color: 14577248.
HSL color Cylindrical-coordinate representation of color #606EDE: hue angle of 233.33º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #606EDE is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 110 | 222 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.13 |
| HSL | 233.33º | 0.66% | 0.62% | - |
| HSV(B) | 233.33º | 0.57% | 0.87% | - |
| XYZ | 23.58 | 18.91 | 71.51 | - |
| YUV | 118.58 | 186.36 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 222 | 0.57 | 0.50 | 0 | 0.13 | 233.33 | 0.66 | 0.62 |
| Hex | 60 | 6E | DE | 39 | 32 | 0 | D | E9 | 42 | 3E |
| Octal | 140 | 156 | 336 | 71 | 62 | 0 | 15 | 351 | 102 | 76 |
| Binary | 1100000 | 1101110 | 11011110 | 111001 | 110010 | 0 | 1101 | 11101001 | 1000010 | 111110 |
Color Harmonies of #606EDE
Complementary color
Monochromatic Colors of #606EDE
Black with #606EDE
Text Example
Text Example
White with #606EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606EDE; }
p { color: rgb(96,110,222); }
H1.HeaderClassName
{
color: #606EDE;
}
.AnyTagClassName
{
color: #606EDE;
}
</style>
background-color css
<style>
a { background-color: #606EDE; }
a { background-color: rgb(96,110,222); }
div.DivClassName
{
background-color: #606EDE;
}
.BgClassName
{
background-color: #606EDE;
}
</style>
border-color css
<style>
span { border-color: #606EDE; }
span { border-color: rgb(96,110,222); }
td.TdClassName
{
border-color: #606EDE;
}
.TagClassName
{
border-color: #606EDE;
}
</style>