Shades of Havelock Blue #607ABC
Tints of Havelock Blue #607ABC
RGB
CMYK
RGB Variations
Color information
#607ABC (or 0x607ABC) is known color: Havelock Blue. HEX triplet: 60, 7A and BC. RGB value is (96,122,188). Sum of RGB (Red+Green+Blue) = 96+122+188=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #607ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ABC is #9F8543. Grayscale: #797979. Windows color (decimal): -10454340 or 12352096. OLE color: 12352096.
HSL color Cylindrical-coordinate representation of color #607ABC: hue angle of 223.04º 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 #607ABC is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 122 | 188 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.26 |
| HSL | 223.04º | 0.41% | 0.56% | - |
| HSV(B) | 223.04º | 0.49% | 0.74% | - |
| XYZ | 20.86 | 20.04 | 50.34 | - |
| YUV | 121.75 | 165.39 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 188 | 0.49 | 0.35 | 0 | 0.26 | 223.04 | 0.41 | 0.56 |
| Hex | 60 | 7A | BC | 31 | 23 | 0 | 1A | DF | 29 | 38 |
| Octal | 140 | 172 | 274 | 61 | 43 | 0 | 32 | 337 | 51 | 70 |
| Binary | 1100000 | 1111010 | 10111100 | 110001 | 100011 | 0 | 11010 | 11011111 | 101001 | 111000 |
Color Harmonies of #607ABC
Complementary color
Monochromatic Colors of #607ABC
Black with #607ABC
Text Example
Text Example
White with #607ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607ABC; }
p { color: rgb(96,122,188); }
H1.HeaderClassName
{
color: #607ABC;
}
.AnyTagClassName
{
color: #607ABC;
}
</style>
background-color css
<style>
a { background-color: #607ABC; }
a { background-color: rgb(96,122,188); }
div.DivClassName
{
background-color: #607ABC;
}
.BgClassName
{
background-color: #607ABC;
}
</style>
border-color css
<style>
span { border-color: #607ABC; }
span { border-color: rgb(96,122,188); }
td.TdClassName
{
border-color: #607ABC;
}
.TagClassName
{
border-color: #607ABC;
}
</style>