Shades of Havelock Blue #607BB9
Tints of Havelock Blue #607BB9
RGB
CMYK
RGB Variations
Color information
#607BB9 (or 0x607BB9) is known color: Havelock Blue. HEX triplet: 60, 7B and B9. RGB value is (96,123,185). Sum of RGB (Red+Green+Blue) = 96+123+185=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 185 (72.66% from 255 or 45.79% from 404); Max value from RGB is 185 - color contains mainly: blue. Hex color #607BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BB9 is #9F8446. Grayscale: #797979. Windows color (decimal): -10454087 or 12155744. OLE color: 12155744.
HSL color Cylindrical-coordinate representation of color #607BB9: hue angle of 221.8º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #607BB9 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 123 | 185 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.27 |
| HSL | 221.8º | 0.39% | 0.55% | - |
| HSV(B) | 221.8º | 0.48% | 0.73% | - |
| XYZ | 20.66 | 20.16 | 48.7 | - |
| YUV | 122 | 163.55 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 185 | 0.48 | 0.34 | 0 | 0.27 | 221.8 | 0.39 | 0.55 |
| Hex | 60 | 7B | B9 | 30 | 22 | 0 | 1B | DE | 27 | 37 |
| Octal | 140 | 173 | 271 | 60 | 42 | 0 | 33 | 336 | 47 | 67 |
| Binary | 1100000 | 1111011 | 10111001 | 110000 | 100010 | 0 | 11011 | 11011110 | 100111 | 110111 |
Color Harmonies of #607BB9
Complementary color
Monochromatic Colors of #607BB9
Black with #607BB9
Text Example
Text Example
White with #607BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BB9; }
p { color: rgb(96,123,185); }
H1.HeaderClassName
{
color: #607BB9;
}
.AnyTagClassName
{
color: #607BB9;
}
</style>
background-color css
<style>
a { background-color: #607BB9; }
a { background-color: rgb(96,123,185); }
div.DivClassName
{
background-color: #607BB9;
}
.BgClassName
{
background-color: #607BB9;
}
</style>
border-color css
<style>
span { border-color: #607BB9; }
span { border-color: rgb(96,123,185); }
td.TdClassName
{
border-color: #607BB9;
}
.TagClassName
{
border-color: #607BB9;
}
</style>