Shades of Havelock Blue #607AB6
Tints of Havelock Blue #607AB6
RGB
CMYK
RGB Variations
Color information
#607AB6 (or 0x607AB6) is known color: Havelock Blue. HEX triplet: 60, 7A and B6. RGB value is (96,122,182). Sum of RGB (Red+Green+Blue) = 96+122+182=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 182 - color contains mainly: blue. Hex color #607AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607AB6 is #9F8549. Grayscale: #787878. Windows color (decimal): -10454346 or 11958880. OLE color: 11958880.
HSL color Cylindrical-coordinate representation of color #607AB6: hue angle of 221.86º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #607AB6 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 122 | 182 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.29 |
| HSL | 221.86º | 0.37% | 0.55% | - |
| HSV(B) | 221.86º | 0.47% | 0.71% | - |
| XYZ | 20.23 | 19.78 | 47.01 | - |
| YUV | 121.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 182 | 0.47 | 0.33 | 0 | 0.29 | 221.86 | 0.37 | 0.55 |
| Hex | 60 | 7A | B6 | 2F | 21 | 0 | 1D | DE | 25 | 37 |
| Octal | 140 | 172 | 266 | 57 | 41 | 0 | 35 | 336 | 45 | 67 |
| Binary | 1100000 | 1111010 | 10110110 | 101111 | 100001 | 0 | 11101 | 11011110 | 100101 | 110111 |
Color Harmonies of #607AB6
Complementary color
Monochromatic Colors of #607AB6
Black with #607AB6
Text Example
Text Example
White with #607AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607AB6; }
p { color: rgb(96,122,182); }
H1.HeaderClassName
{
color: #607AB6;
}
.AnyTagClassName
{
color: #607AB6;
}
</style>
background-color css
<style>
a { background-color: #607AB6; }
a { background-color: rgb(96,122,182); }
div.DivClassName
{
background-color: #607AB6;
}
.BgClassName
{
background-color: #607AB6;
}
</style>
border-color css
<style>
span { border-color: #607AB6; }
span { border-color: rgb(96,122,182); }
td.TdClassName
{
border-color: #607AB6;
}
.TagClassName
{
border-color: #607AB6;
}
</style>