Shades of Royal Blue #606FDB
Tints of Royal Blue #606FDB
RGB
CMYK
RGB Variations
Color information
#606FDB (or 0x606FDB) is known color: Royal Blue. HEX triplet: 60, 6F and DB. RGB value is (96,111,219). Sum of RGB (Red+Green+Blue) = 96+111+219=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #606FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FDB is #9F9024. Grayscale: #767676. Windows color (decimal): -10457125 or 14380896. OLE color: 14380896.
HSL color Cylindrical-coordinate representation of color #606FDB: hue angle of 232.68º degrees, saturation: 0.63, 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 #606FDB is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 111 | 219 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.14 |
| HSL | 232.68º | 0.63% | 0.62% | - |
| HSV(B) | 232.68º | 0.56% | 0.86% | - |
| XYZ | 23.29 | 18.97 | 69.45 | - |
| YUV | 118.83 | 184.53 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 219 | 0.56 | 0.49 | 0 | 0.14 | 232.68 | 0.63 | 0.62 |
| Hex | 60 | 6F | DB | 38 | 31 | 0 | E | E9 | 3F | 3E |
| Octal | 140 | 157 | 333 | 70 | 61 | 0 | 16 | 351 | 77 | 76 |
| Binary | 1100000 | 1101111 | 11011011 | 111000 | 110001 | 0 | 1110 | 11101001 | 111111 | 111110 |
Color Harmonies of #606FDB
Complementary color
Monochromatic Colors of #606FDB
Black with #606FDB
Text Example
Text Example
White with #606FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FDB; }
p { color: rgb(96,111,219); }
H1.HeaderClassName
{
color: #606FDB;
}
.AnyTagClassName
{
color: #606FDB;
}
</style>
background-color css
<style>
a { background-color: #606FDB; }
a { background-color: rgb(96,111,219); }
div.DivClassName
{
background-color: #606FDB;
}
.BgClassName
{
background-color: #606FDB;
}
</style>
border-color css
<style>
span { border-color: #606FDB; }
span { border-color: rgb(96,111,219); }
td.TdClassName
{
border-color: #606FDB;
}
.TagClassName
{
border-color: #606FDB;
}
</style>