Shades of Havelock Blue #607EB8
Tints of Havelock Blue #607EB8
RGB
CMYK
RGB Variations
Color information
#607EB8 (or 0x607EB8) is known color: Havelock Blue. HEX triplet: 60, 7E and B8. RGB value is (96,126,184). Sum of RGB (Red+Green+Blue) = 96+126+184=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 184 - color contains mainly: blue. Hex color #607EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607EB8 is #9F8147. Grayscale: #7B7B7B. Windows color (decimal): -10453320 or 12090976. OLE color: 12090976.
HSL color Cylindrical-coordinate representation of color #607EB8: hue angle of 219.55º 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 #607EB8 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 126 | 184 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.28 |
| HSL | 219.55º | 0.38% | 0.55% | - |
| HSV(B) | 219.55º | 0.48% | 0.72% | - |
| XYZ | 20.94 | 20.87 | 48.27 | - |
| YUV | 123.64 | 162.06 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 184 | 0.48 | 0.32 | 0 | 0.28 | 219.55 | 0.38 | 0.55 |
| Hex | 60 | 7E | B8 | 30 | 20 | 0 | 1C | DC | 26 | 37 |
| Octal | 140 | 176 | 270 | 60 | 40 | 0 | 34 | 334 | 46 | 67 |
| Binary | 1100000 | 1111110 | 10111000 | 110000 | 100000 | 0 | 11100 | 11011100 | 100110 | 110111 |
Color Harmonies of #607EB8
Complementary color
Monochromatic Colors of #607EB8
Black with #607EB8
Text Example
Text Example
White with #607EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607EB8; }
p { color: rgb(96,126,184); }
H1.HeaderClassName
{
color: #607EB8;
}
.AnyTagClassName
{
color: #607EB8;
}
</style>
background-color css
<style>
a { background-color: #607EB8; }
a { background-color: rgb(96,126,184); }
div.DivClassName
{
background-color: #607EB8;
}
.BgClassName
{
background-color: #607EB8;
}
</style>
border-color css
<style>
span { border-color: #607EB8; }
span { border-color: rgb(96,126,184); }
td.TdClassName
{
border-color: #607EB8;
}
.TagClassName
{
border-color: #607EB8;
}
</style>