Shades of Havelock Blue #607BB7
Tints of Havelock Blue #607BB7
RGB
CMYK
RGB Variations
Color information
#607BB7 (or 0x607BB7) is known color: Havelock Blue. HEX triplet: 60, 7B and B7. RGB value is (96,123,183). Sum of RGB (Red+Green+Blue) = 96+123+183=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 183 (71.88% from 255 or 45.52% from 402); Max value from RGB is 183 - color contains mainly: blue. Hex color #607BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BB7 is #9F8448. Grayscale: #797979. Windows color (decimal): -10454089 or 12024672. OLE color: 12024672.
HSL color Cylindrical-coordinate representation of color #607BB7: hue angle of 221.38º 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 #607BB7 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 123 | 183 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.28 |
| HSL | 221.38º | 0.38% | 0.55% | - |
| HSV(B) | 221.38º | 0.48% | 0.72% | - |
| XYZ | 20.45 | 20.07 | 47.6 | - |
| YUV | 121.77 | 162.55 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 183 | 0.48 | 0.33 | 0 | 0.28 | 221.38 | 0.38 | 0.55 |
| Hex | 60 | 7B | B7 | 30 | 21 | 0 | 1C | DD | 26 | 37 |
| Octal | 140 | 173 | 267 | 60 | 41 | 0 | 34 | 335 | 46 | 67 |
| Binary | 1100000 | 1111011 | 10110111 | 110000 | 100001 | 0 | 11100 | 11011101 | 100110 | 110111 |
Color Harmonies of #607BB7
Complementary color
Monochromatic Colors of #607BB7
Black with #607BB7
Text Example
Text Example
White with #607BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BB7; }
p { color: rgb(96,123,183); }
H1.HeaderClassName
{
color: #607BB7;
}
.AnyTagClassName
{
color: #607BB7;
}
</style>
background-color css
<style>
a { background-color: #607BB7; }
a { background-color: rgb(96,123,183); }
div.DivClassName
{
background-color: #607BB7;
}
.BgClassName
{
background-color: #607BB7;
}
</style>
border-color css
<style>
span { border-color: #607BB7; }
span { border-color: rgb(96,123,183); }
td.TdClassName
{
border-color: #607BB7;
}
.TagClassName
{
border-color: #607BB7;
}
</style>