Shades of Havelock Blue #607BBB
Tints of Havelock Blue #607BBB
RGB
CMYK
RGB Variations
Color information
#607BBB (or 0x607BBB) is known color: Havelock Blue. HEX triplet: 60, 7B and BB. RGB value is (96,123,187). Sum of RGB (Red+Green+Blue) = 96+123+187=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #607BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BBB is #9F8444. Grayscale: #797979. Windows color (decimal): -10454085 or 12286816. OLE color: 12286816.
HSL color Cylindrical-coordinate representation of color #607BBB: hue angle of 222.2º 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 #607BBB is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 123 | 187 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.27 |
| HSL | 222.2º | 0.4% | 0.55% | - |
| HSV(B) | 222.2º | 0.49% | 0.73% | - |
| XYZ | 20.88 | 20.24 | 49.82 | - |
| YUV | 122.22 | 164.55 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 187 | 0.49 | 0.34 | 0 | 0.27 | 222.2 | 0.4 | 0.55 |
| Hex | 60 | 7B | BB | 31 | 22 | 0 | 1B | DE | 28 | 37 |
| Octal | 140 | 173 | 273 | 61 | 42 | 0 | 33 | 336 | 50 | 67 |
| Binary | 1100000 | 1111011 | 10111011 | 110001 | 100010 | 0 | 11011 | 11011110 | 101000 | 110111 |
Color Harmonies of #607BBB
Complementary color
Monochromatic Colors of #607BBB
Black with #607BBB
Text Example
Text Example
White with #607BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BBB; }
p { color: rgb(96,123,187); }
H1.HeaderClassName
{
color: #607BBB;
}
.AnyTagClassName
{
color: #607BBB;
}
</style>
background-color css
<style>
a { background-color: #607BBB; }
a { background-color: rgb(96,123,187); }
div.DivClassName
{
background-color: #607BBB;
}
.BgClassName
{
background-color: #607BBB;
}
</style>
border-color css
<style>
span { border-color: #607BBB; }
span { border-color: rgb(96,123,187); }
td.TdClassName
{
border-color: #607BBB;
}
.TagClassName
{
border-color: #607BBB;
}
</style>