Shades of Havelock Blue #607FB9
Tints of Havelock Blue #607FB9
RGB
CMYK
RGB Variations
Color information
#607FB9 (or 0x607FB9) is known color: Havelock Blue. HEX triplet: 60, 7F and B9. RGB value is (96,127,185). Sum of RGB (Red+Green+Blue) = 96+127+185=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 185 - color contains mainly: blue. Hex color #607FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FB9 is #9F8046. Grayscale: #7C7C7C. Windows color (decimal): -10453063 or 12156768. OLE color: 12156768.
HSL color Cylindrical-coordinate representation of color #607FB9: hue angle of 219.1º 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 #607FB9 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 127 | 185 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.27 |
| HSL | 219.1º | 0.39% | 0.55% | - |
| HSV(B) | 219.1º | 0.48% | 0.73% | - |
| XYZ | 21.17 | 21.17 | 48.87 | - |
| YUV | 124.34 | 162.23 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 185 | 0.48 | 0.31 | 0 | 0.27 | 219.1 | 0.39 | 0.55 |
| Hex | 60 | 7F | B9 | 30 | 1F | 0 | 1B | DB | 27 | 37 |
| Octal | 140 | 177 | 271 | 60 | 37 | 0 | 33 | 333 | 47 | 67 |
| Binary | 1100000 | 1111111 | 10111001 | 110000 | 11111 | 0 | 11011 | 11011011 | 100111 | 110111 |
Color Harmonies of #607FB9
Complementary color
Monochromatic Colors of #607FB9
Black with #607FB9
Text Example
Text Example
White with #607FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FB9; }
p { color: rgb(96,127,185); }
H1.HeaderClassName
{
color: #607FB9;
}
.AnyTagClassName
{
color: #607FB9;
}
</style>
background-color css
<style>
a { background-color: #607FB9; }
a { background-color: rgb(96,127,185); }
div.DivClassName
{
background-color: #607FB9;
}
.BgClassName
{
background-color: #607FB9;
}
</style>
border-color css
<style>
span { border-color: #607FB9; }
span { border-color: rgb(96,127,185); }
td.TdClassName
{
border-color: #607FB9;
}
.TagClassName
{
border-color: #607FB9;
}
</style>