Shades of Havelock Blue #607ABB
Tints of Havelock Blue #607ABB
RGB
CMYK
RGB Variations
Color information
#607ABB (or 0x607ABB) is known color: Havelock Blue. HEX triplet: 60, 7A and BB. RGB value is (96,122,187). Sum of RGB (Red+Green+Blue) = 96+122+187=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #607ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ABB is #9F8544. Grayscale: #797979. Windows color (decimal): -10454341 or 12286560. OLE color: 12286560.
HSL color Cylindrical-coordinate representation of color #607ABB: hue angle of 222.86º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #607ABB is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 122 | 187 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.27 |
| HSL | 222.86º | 0.4% | 0.55% | - |
| HSV(B) | 222.86º | 0.49% | 0.73% | - |
| XYZ | 20.75 | 19.99 | 49.78 | - |
| YUV | 121.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 187 | 0.49 | 0.35 | 0 | 0.27 | 222.86 | 0.4 | 0.55 |
| Hex | 60 | 7A | BB | 31 | 23 | 0 | 1B | DF | 28 | 37 |
| Octal | 140 | 172 | 273 | 61 | 43 | 0 | 33 | 337 | 50 | 67 |
| Binary | 1100000 | 1111010 | 10111011 | 110001 | 100011 | 0 | 11011 | 11011111 | 101000 | 110111 |
Color Harmonies of #607ABB
Complementary color
Monochromatic Colors of #607ABB
Black with #607ABB
Text Example
Text Example
White with #607ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607ABB; }
p { color: rgb(96,122,187); }
H1.HeaderClassName
{
color: #607ABB;
}
.AnyTagClassName
{
color: #607ABB;
}
</style>
background-color css
<style>
a { background-color: #607ABB; }
a { background-color: rgb(96,122,187); }
div.DivClassName
{
background-color: #607ABB;
}
.BgClassName
{
background-color: #607ABB;
}
</style>
border-color css
<style>
span { border-color: #607ABB; }
span { border-color: rgb(96,122,187); }
td.TdClassName
{
border-color: #607ABB;
}
.TagClassName
{
border-color: #607ABB;
}
</style>