Shades of Havelock Blue #607DBD
Tints of Havelock Blue #607DBD
RGB
CMYK
RGB Variations
Color information
#607DBD (or 0x607DBD) is known color: Havelock Blue. HEX triplet: 60, 7D and BD. RGB value is (96,125,189). Sum of RGB (Red+Green+Blue) = 96+125+189=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #607DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DBD is #9F8242. Grayscale: #7B7B7B. Windows color (decimal): -10453571 or 12418400. OLE color: 12418400.
HSL color Cylindrical-coordinate representation of color #607DBD: hue angle of 221.29º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #607DBD is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 125 | 189 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.26 |
| HSL | 221.29º | 0.41% | 0.56% | - |
| HSV(B) | 221.29º | 0.49% | 0.74% | - |
| XYZ | 21.34 | 20.83 | 51.04 | - |
| YUV | 123.63 | 164.89 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 189 | 0.49 | 0.34 | 0 | 0.26 | 221.29 | 0.41 | 0.56 |
| Hex | 60 | 7D | BD | 31 | 22 | 0 | 1A | DD | 29 | 38 |
| Octal | 140 | 175 | 275 | 61 | 42 | 0 | 32 | 335 | 51 | 70 |
| Binary | 1100000 | 1111101 | 10111101 | 110001 | 100010 | 0 | 11010 | 11011101 | 101001 | 111000 |
Color Harmonies of #607DBD
Complementary color
Monochromatic Colors of #607DBD
Black with #607DBD
Text Example
Text Example
White with #607DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607DBD; }
p { color: rgb(96,125,189); }
H1.HeaderClassName
{
color: #607DBD;
}
.AnyTagClassName
{
color: #607DBD;
}
</style>
background-color css
<style>
a { background-color: #607DBD; }
a { background-color: rgb(96,125,189); }
div.DivClassName
{
background-color: #607DBD;
}
.BgClassName
{
background-color: #607DBD;
}
</style>
border-color css
<style>
span { border-color: #607DBD; }
span { border-color: rgb(96,125,189); }
td.TdClassName
{
border-color: #607DBD;
}
.TagClassName
{
border-color: #607DBD;
}
</style>