Shades of Royal Blue #606FDC
Tints of Royal Blue #606FDC
RGB
CMYK
RGB Variations
Color information
#606FDC (or 0x606FDC) is known color: Royal Blue. HEX triplet: 60, 6F and DC. RGB value is (96,111,220). Sum of RGB (Red+Green+Blue) = 96+111+220=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #606FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FDC is #9F9023. Grayscale: #767676. Windows color (decimal): -10457124 or 14446432. OLE color: 14446432.
HSL color Cylindrical-coordinate representation of color #606FDC: hue angle of 232.74º 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 #606FDC is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 111 | 220 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.14 |
| HSL | 232.74º | 0.64% | 0.62% | - |
| HSV(B) | 232.74º | 0.56% | 0.86% | - |
| XYZ | 23.43 | 19.02 | 70.15 | - |
| YUV | 118.94 | 185.03 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 220 | 0.56 | 0.50 | 0 | 0.14 | 232.74 | 0.64 | 0.62 |
| Hex | 60 | 6F | DC | 38 | 32 | 0 | E | E9 | 40 | 3E |
| Octal | 140 | 157 | 334 | 70 | 62 | 0 | 16 | 351 | 100 | 76 |
| Binary | 1100000 | 1101111 | 11011100 | 111000 | 110010 | 0 | 1110 | 11101001 | 1000000 | 111110 |
Color Harmonies of #606FDC
Complementary color
Monochromatic Colors of #606FDC
Black with #606FDC
Text Example
Text Example
White with #606FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FDC; }
p { color: rgb(96,111,220); }
H1.HeaderClassName
{
color: #606FDC;
}
.AnyTagClassName
{
color: #606FDC;
}
</style>
background-color css
<style>
a { background-color: #606FDC; }
a { background-color: rgb(96,111,220); }
div.DivClassName
{
background-color: #606FDC;
}
.BgClassName
{
background-color: #606FDC;
}
</style>
border-color css
<style>
span { border-color: #606FDC; }
span { border-color: rgb(96,111,220); }
td.TdClassName
{
border-color: #606FDC;
}
.TagClassName
{
border-color: #606FDC;
}
</style>