Shades of Havelock Blue #607DAE
Tints of Havelock Blue #607DAE
RGB
CMYK
RGB Variations
Color information
#607DAE (or 0x607DAE) is known color: Havelock Blue. HEX triplet: 60, 7D and AE. RGB value is (96,125,174). Sum of RGB (Red+Green+Blue) = 96+125+174=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #607DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607DAE is #9F8251. Grayscale: #797979. Windows color (decimal): -10453586 or 11435360. OLE color: 11435360.
HSL color Cylindrical-coordinate representation of color #607DAE: hue angle of 217.69º 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 #607DAE is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 125 | 174 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.32 |
| HSL | 217.69º | 0.33% | 0.53% | - |
| HSV(B) | 217.69º | 0.45% | 0.68% | - |
| XYZ | 19.8 | 20.21 | 42.9 | - |
| YUV | 121.92 | 157.39 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 174 | 0.45 | 0.28 | 0 | 0.32 | 217.69 | 0.33 | 0.53 |
| Hex | 60 | 7D | AE | 2D | 1C | 0 | 20 | DA | 20 | 35 |
| Octal | 140 | 175 | 256 | 55 | 34 | 0 | 40 | 332 | 40 | 65 |
| Binary | 1100000 | 1111101 | 10101110 | 101101 | 11100 | 0 | 100000 | 11011010 | 100000 | 110101 |
Color Harmonies of #607DAE
Complementary color
Monochromatic Colors of #607DAE
Black with #607DAE
Text Example
Text Example
White with #607DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607DAE; }
p { color: rgb(96,125,174); }
H1.HeaderClassName
{
color: #607DAE;
}
.AnyTagClassName
{
color: #607DAE;
}
</style>
background-color css
<style>
a { background-color: #607DAE; }
a { background-color: rgb(96,125,174); }
div.DivClassName
{
background-color: #607DAE;
}
.BgClassName
{
background-color: #607DAE;
}
</style>
border-color css
<style>
span { border-color: #607DAE; }
span { border-color: rgb(96,125,174); }
td.TdClassName
{
border-color: #607DAE;
}
.TagClassName
{
border-color: #607DAE;
}
</style>