Shades of Havelock Blue #607BBC
Tints of Havelock Blue #607BBC
RGB
CMYK
RGB Variations
Color information
#607BBC (or 0x607BBC) is known color: Havelock Blue. HEX triplet: 60, 7B and BC. RGB value is (96,123,188). Sum of RGB (Red+Green+Blue) = 96+123+188=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #607BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BBC is #9F8443. Grayscale: #7A7A7A. Windows color (decimal): -10454084 or 12352352. OLE color: 12352352.
HSL color Cylindrical-coordinate representation of color #607BBC: hue angle of 222.39º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #607BBC is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 123 | 188 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.26 |
| HSL | 222.39º | 0.41% | 0.56% | - |
| HSV(B) | 222.39º | 0.49% | 0.74% | - |
| XYZ | 20.98 | 20.28 | 50.39 | - |
| YUV | 122.34 | 165.05 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 188 | 0.49 | 0.35 | 0 | 0.26 | 222.39 | 0.41 | 0.56 |
| Hex | 60 | 7B | BC | 31 | 23 | 0 | 1A | DE | 29 | 38 |
| Octal | 140 | 173 | 274 | 61 | 43 | 0 | 32 | 336 | 51 | 70 |
| Binary | 1100000 | 1111011 | 10111100 | 110001 | 100011 | 0 | 11010 | 11011110 | 101001 | 111000 |
Color Harmonies of #607BBC
Complementary color
Monochromatic Colors of #607BBC
Black with #607BBC
Text Example
Text Example
White with #607BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BBC; }
p { color: rgb(96,123,188); }
H1.HeaderClassName
{
color: #607BBC;
}
.AnyTagClassName
{
color: #607BBC;
}
</style>
background-color css
<style>
a { background-color: #607BBC; }
a { background-color: rgb(96,123,188); }
div.DivClassName
{
background-color: #607BBC;
}
.BgClassName
{
background-color: #607BBC;
}
</style>
border-color css
<style>
span { border-color: #607BBC; }
span { border-color: rgb(96,123,188); }
td.TdClassName
{
border-color: #607BBC;
}
.TagClassName
{
border-color: #607BBC;
}
</style>