Shades of Royal Blue #606EDC
Tints of Royal Blue #606EDC
RGB
CMYK
RGB Variations
Color information
#606EDC (or 0x606EDC) is known color: Royal Blue. HEX triplet: 60, 6E and DC. RGB value is (96,110,220). Sum of RGB (Red+Green+Blue) = 96+110+220=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #606EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606EDC is #9F9123. Grayscale: #757575. Windows color (decimal): -10457380 or 14446176. OLE color: 14446176.
HSL color Cylindrical-coordinate representation of color #606EDC: hue angle of 233.23º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #606EDC is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 110 | 220 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.14 |
| HSL | 233.23º | 0.64% | 0.62% | - |
| HSV(B) | 233.23º | 0.56% | 0.86% | - |
| XYZ | 23.32 | 18.81 | 70.11 | - |
| YUV | 118.35 | 185.36 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 220 | 0.56 | 0.50 | 0 | 0.14 | 233.23 | 0.64 | 0.62 |
| Hex | 60 | 6E | DC | 38 | 32 | 0 | E | E9 | 40 | 3E |
| Octal | 140 | 156 | 334 | 70 | 62 | 0 | 16 | 351 | 100 | 76 |
| Binary | 1100000 | 1101110 | 11011100 | 111000 | 110010 | 0 | 1110 | 11101001 | 1000000 | 111110 |
Color Harmonies of #606EDC
Complementary color
Monochromatic Colors of #606EDC
Black with #606EDC
Text Example
Text Example
White with #606EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606EDC; }
p { color: rgb(96,110,220); }
H1.HeaderClassName
{
color: #606EDC;
}
.AnyTagClassName
{
color: #606EDC;
}
</style>
background-color css
<style>
a { background-color: #606EDC; }
a { background-color: rgb(96,110,220); }
div.DivClassName
{
background-color: #606EDC;
}
.BgClassName
{
background-color: #606EDC;
}
</style>
border-color css
<style>
span { border-color: #606EDC; }
span { border-color: rgb(96,110,220); }
td.TdClassName
{
border-color: #606EDC;
}
.TagClassName
{
border-color: #606EDC;
}
</style>