Shades of Havelock Blue #607CB0
Tints of Havelock Blue #607CB0
RGB
CMYK
RGB Variations
Color information
#607CB0 (or 0x607CB0) is known color: Havelock Blue. HEX triplet: 60, 7C and B0. RGB value is (96,124,176). Sum of RGB (Red+Green+Blue) = 96+124+176=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 176 - color contains mainly: blue. Hex color #607CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607CB0 is #9F834F. Grayscale: #797979. Windows color (decimal): -10453840 or 11566176. OLE color: 11566176.
HSL color Cylindrical-coordinate representation of color #607CB0: hue angle of 219º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #607CB0 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 124 | 176 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.31 |
| HSL | 219º | 0.34% | 0.53% | - |
| HSV(B) | 219º | 0.45% | 0.69% | - |
| XYZ | 19.87 | 20.04 | 43.89 | - |
| YUV | 121.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 176 | 0.45 | 0.30 | 0 | 0.31 | 219 | 0.34 | 0.53 |
| Hex | 60 | 7C | B0 | 2D | 1E | 0 | 1F | DB | 22 | 35 |
| Octal | 140 | 174 | 260 | 55 | 36 | 0 | 37 | 333 | 42 | 65 |
| Binary | 1100000 | 1111100 | 10110000 | 101101 | 11110 | 0 | 11111 | 11011011 | 100010 | 110101 |
Color Harmonies of #607CB0
Complementary color
Monochromatic Colors of #607CB0
Black with #607CB0
Text Example
Text Example
White with #607CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CB0; }
p { color: rgb(96,124,176); }
H1.HeaderClassName
{
color: #607CB0;
}
.AnyTagClassName
{
color: #607CB0;
}
</style>
background-color css
<style>
a { background-color: #607CB0; }
a { background-color: rgb(96,124,176); }
div.DivClassName
{
background-color: #607CB0;
}
.BgClassName
{
background-color: #607CB0;
}
</style>
border-color css
<style>
span { border-color: #607CB0; }
span { border-color: rgb(96,124,176); }
td.TdClassName
{
border-color: #607CB0;
}
.TagClassName
{
border-color: #607CB0;
}
</style>