Shades of Havelock Blue #607DB5
Tints of Havelock Blue #607DB5
RGB
CMYK
RGB Variations
Color information
#607DB5 (or 0x607DB5) is known color: Havelock Blue. HEX triplet: 60, 7D and B5. RGB value is (96,125,181). Sum of RGB (Red+Green+Blue) = 96+125+181=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 181 - color contains mainly: blue. Hex color #607DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DB5 is #9F824A. Grayscale: #7A7A7A. Windows color (decimal): -10453579 or 11894112. OLE color: 11894112.
HSL color Cylindrical-coordinate representation of color #607DB5: hue angle of 219.53º 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 #607DB5 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 125 | 181 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.29 |
| HSL | 219.53º | 0.36% | 0.54% | - |
| HSV(B) | 219.53º | 0.47% | 0.71% | - |
| XYZ | 20.5 | 20.49 | 46.59 | - |
| YUV | 122.71 | 160.89 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 181 | 0.47 | 0.31 | 0 | 0.29 | 219.53 | 0.36 | 0.54 |
| Hex | 60 | 7D | B5 | 2F | 1F | 0 | 1D | DC | 24 | 36 |
| Octal | 140 | 175 | 265 | 57 | 37 | 0 | 35 | 334 | 44 | 66 |
| Binary | 1100000 | 1111101 | 10110101 | 101111 | 11111 | 0 | 11101 | 11011100 | 100100 | 110110 |
Color Harmonies of #607DB5
Complementary color
Monochromatic Colors of #607DB5
Black with #607DB5
Text Example
Text Example
White with #607DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607DB5; }
p { color: rgb(96,125,181); }
H1.HeaderClassName
{
color: #607DB5;
}
.AnyTagClassName
{
color: #607DB5;
}
</style>
background-color css
<style>
a { background-color: #607DB5; }
a { background-color: rgb(96,125,181); }
div.DivClassName
{
background-color: #607DB5;
}
.BgClassName
{
background-color: #607DB5;
}
</style>
border-color css
<style>
span { border-color: #607DB5; }
span { border-color: rgb(96,125,181); }
td.TdClassName
{
border-color: #607DB5;
}
.TagClassName
{
border-color: #607DB5;
}
</style>