Shades of Havelock Blue #607BDB
Tints of Havelock Blue #607BDB
RGB
CMYK
RGB Variations
Color information
#607BDB (or 0x607BDB) is known color: Havelock Blue. HEX triplet: 60, 7B and DB. RGB value is (96,123,219). Sum of RGB (Red+Green+Blue) = 96+123+219=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #607BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BDB is #9F8424. Grayscale: #7D7D7D. Windows color (decimal): -10454053 or 14383968. OLE color: 14383968.
HSL color Cylindrical-coordinate representation of color #607BDB: hue angle of 226.83º 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 #607BDB is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 123 | 219 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.14 |
| HSL | 226.83º | 0.63% | 0.62% | - |
| HSV(B) | 226.83º | 0.56% | 0.86% | - |
| XYZ | 24.69 | 21.77 | 69.92 | - |
| YUV | 125.87 | 180.55 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 219 | 0.56 | 0.44 | 0 | 0.14 | 226.83 | 0.63 | 0.62 |
| Hex | 60 | 7B | DB | 38 | 2C | 0 | E | E3 | 3F | 3E |
| Octal | 140 | 173 | 333 | 70 | 54 | 0 | 16 | 343 | 77 | 76 |
| Binary | 1100000 | 1111011 | 11011011 | 111000 | 101100 | 0 | 1110 | 11100011 | 111111 | 111110 |
Color Harmonies of #607BDB
Complementary color
Monochromatic Colors of #607BDB
Black with #607BDB
Text Example
Text Example
White with #607BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BDB; }
p { color: rgb(96,123,219); }
H1.HeaderClassName
{
color: #607BDB;
}
.AnyTagClassName
{
color: #607BDB;
}
</style>
background-color css
<style>
a { background-color: #607BDB; }
a { background-color: rgb(96,123,219); }
div.DivClassName
{
background-color: #607BDB;
}
.BgClassName
{
background-color: #607BDB;
}
</style>
border-color css
<style>
span { border-color: #607BDB; }
span { border-color: rgb(96,123,219); }
td.TdClassName
{
border-color: #607BDB;
}
.TagClassName
{
border-color: #607BDB;
}
</style>