Shades of Havelock Blue #607DAD
Tints of Havelock Blue #607DAD
RGB
CMYK
RGB Variations
Color information
#607DAD (or 0x607DAD) is known color: Havelock Blue. HEX triplet: 60, 7D and AD. RGB value is (96,125,173). Sum of RGB (Red+Green+Blue) = 96+125+173=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #607DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607DAD is #9F8252. Grayscale: #797979. Windows color (decimal): -10453587 or 11369824. OLE color: 11369824.
HSL color Cylindrical-coordinate representation of color #607DAD: hue angle of 217.4º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #607DAD is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 125 | 173 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.32 |
| HSL | 217.4º | 0.32% | 0.53% | - |
| HSV(B) | 217.4º | 0.45% | 0.68% | - |
| XYZ | 19.7 | 20.17 | 42.39 | - |
| YUV | 121.8 | 156.89 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 173 | 0.45 | 0.28 | 0 | 0.32 | 217.4 | 0.32 | 0.53 |
| Hex | 60 | 7D | AD | 2D | 1C | 0 | 20 | D9 | 20 | 35 |
| Octal | 140 | 175 | 255 | 55 | 34 | 0 | 40 | 331 | 40 | 65 |
| Binary | 1100000 | 1111101 | 10101101 | 101101 | 11100 | 0 | 100000 | 11011001 | 100000 | 110101 |
Color Harmonies of #607DAD
Complementary color
Monochromatic Colors of #607DAD
Black with #607DAD
Text Example
Text Example
White with #607DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607DAD; }
p { color: rgb(96,125,173); }
H1.HeaderClassName
{
color: #607DAD;
}
.AnyTagClassName
{
color: #607DAD;
}
</style>
background-color css
<style>
a { background-color: #607DAD; }
a { background-color: rgb(96,125,173); }
div.DivClassName
{
background-color: #607DAD;
}
.BgClassName
{
background-color: #607DAD;
}
</style>
border-color css
<style>
span { border-color: #607DAD; }
span { border-color: rgb(96,125,173); }
td.TdClassName
{
border-color: #607DAD;
}
.TagClassName
{
border-color: #607DAD;
}
</style>