Shades of Havelock Blue #607DB4
Tints of Havelock Blue #607DB4
RGB
CMYK
RGB Variations
Color information
#607DB4 (or 0x607DB4) is known color: Havelock Blue. HEX triplet: 60, 7D and B4. RGB value is (96,125,180). Sum of RGB (Red+Green+Blue) = 96+125+180=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 180 - color contains mainly: blue. Hex color #607DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DB4 is #9F824B. Grayscale: #7A7A7A. Windows color (decimal): -10453580 or 11828576. OLE color: 11828576.
HSL color Cylindrical-coordinate representation of color #607DB4: hue angle of 219.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #607DB4 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 125 | 180 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.29 |
| HSL | 219.29º | 0.36% | 0.54% | - |
| HSV(B) | 219.29º | 0.47% | 0.71% | - |
| XYZ | 20.4 | 20.45 | 46.05 | - |
| YUV | 122.6 | 160.39 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 180 | 0.47 | 0.31 | 0 | 0.29 | 219.29 | 0.36 | 0.54 |
| Hex | 60 | 7D | B4 | 2F | 1F | 0 | 1D | DB | 24 | 36 |
| Octal | 140 | 175 | 264 | 57 | 37 | 0 | 35 | 333 | 44 | 66 |
| Binary | 1100000 | 1111101 | 10110100 | 101111 | 11111 | 0 | 11101 | 11011011 | 100100 | 110110 |
Color Harmonies of #607DB4
Complementary color
Monochromatic Colors of #607DB4
Black with #607DB4
Text Example
Text Example
White with #607DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607DB4; }
p { color: rgb(96,125,180); }
H1.HeaderClassName
{
color: #607DB4;
}
.AnyTagClassName
{
color: #607DB4;
}
</style>
background-color css
<style>
a { background-color: #607DB4; }
a { background-color: rgb(96,125,180); }
div.DivClassName
{
background-color: #607DB4;
}
.BgClassName
{
background-color: #607DB4;
}
</style>
border-color css
<style>
span { border-color: #607DB4; }
span { border-color: rgb(96,125,180); }
td.TdClassName
{
border-color: #607DB4;
}
.TagClassName
{
border-color: #607DB4;
}
</style>