Shades of Havelock Blue #607DB0
Tints of Havelock Blue #607DB0
RGB
CMYK
RGB Variations
Color information
#607DB0 (or 0x607DB0) is known color: Havelock Blue. HEX triplet: 60, 7D and B0. RGB value is (96,125,176). Sum of RGB (Red+Green+Blue) = 96+125+176=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 176 - color contains mainly: blue. Hex color #607DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607DB0 is #9F824F. Grayscale: #797979. Windows color (decimal): -10453584 or 11566432. OLE color: 11566432.
HSL color Cylindrical-coordinate representation of color #607DB0: hue angle of 218.25º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #607DB0 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 125 | 176 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.31 |
| HSL | 218.25º | 0.34% | 0.53% | - |
| HSV(B) | 218.25º | 0.45% | 0.69% | - |
| XYZ | 19.99 | 20.29 | 43.94 | - |
| YUV | 122.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 176 | 0.45 | 0.29 | 0 | 0.31 | 218.25 | 0.34 | 0.53 |
| Hex | 60 | 7D | B0 | 2D | 1D | 0 | 1F | DA | 22 | 35 |
| Octal | 140 | 175 | 260 | 55 | 35 | 0 | 37 | 332 | 42 | 65 |
| Binary | 1100000 | 1111101 | 10110000 | 101101 | 11101 | 0 | 11111 | 11011010 | 100010 | 110101 |
Color Harmonies of #607DB0
Complementary color
Monochromatic Colors of #607DB0
Black with #607DB0
Text Example
Text Example
White with #607DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607DB0; }
p { color: rgb(96,125,176); }
H1.HeaderClassName
{
color: #607DB0;
}
.AnyTagClassName
{
color: #607DB0;
}
</style>
background-color css
<style>
a { background-color: #607DB0; }
a { background-color: rgb(96,125,176); }
div.DivClassName
{
background-color: #607DB0;
}
.BgClassName
{
background-color: #607DB0;
}
</style>
border-color css
<style>
span { border-color: #607DB0; }
span { border-color: rgb(96,125,176); }
td.TdClassName
{
border-color: #607DB0;
}
.TagClassName
{
border-color: #607DB0;
}
</style>