Shades of Havelock Blue #607DB8
Tints of Havelock Blue #607DB8
RGB
CMYK
RGB Variations
Color information
#607DB8 (or 0x607DB8) is known color: Havelock Blue. HEX triplet: 60, 7D and B8. RGB value is (96,125,184). Sum of RGB (Red+Green+Blue) = 96+125+184=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 184 - color contains mainly: blue. Hex color #607DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DB8 is #9F8247. Grayscale: #7A7A7A. Windows color (decimal): -10453576 or 12090720. OLE color: 12090720.
HSL color Cylindrical-coordinate representation of color #607DB8: hue angle of 220.23º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #607DB8 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 125 | 184 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.28 |
| HSL | 220.23º | 0.38% | 0.55% | - |
| HSV(B) | 220.23º | 0.48% | 0.72% | - |
| XYZ | 20.81 | 20.61 | 48.23 | - |
| YUV | 123.06 | 162.39 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 184 | 0.48 | 0.32 | 0 | 0.28 | 220.23 | 0.38 | 0.55 |
| Hex | 60 | 7D | B8 | 30 | 20 | 0 | 1C | DC | 26 | 37 |
| Octal | 140 | 175 | 270 | 60 | 40 | 0 | 34 | 334 | 46 | 67 |
| Binary | 1100000 | 1111101 | 10111000 | 110000 | 100000 | 0 | 11100 | 11011100 | 100110 | 110111 |
Color Harmonies of #607DB8
Complementary color
Monochromatic Colors of #607DB8
Black with #607DB8
Text Example
Text Example
White with #607DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607DB8; }
p { color: rgb(96,125,184); }
H1.HeaderClassName
{
color: #607DB8;
}
.AnyTagClassName
{
color: #607DB8;
}
</style>
background-color css
<style>
a { background-color: #607DB8; }
a { background-color: rgb(96,125,184); }
div.DivClassName
{
background-color: #607DB8;
}
.BgClassName
{
background-color: #607DB8;
}
</style>
border-color css
<style>
span { border-color: #607DB8; }
span { border-color: rgb(96,125,184); }
td.TdClassName
{
border-color: #607DB8;
}
.TagClassName
{
border-color: #607DB8;
}
</style>