Shades of Havelock Blue #607ECC
Tints of Havelock Blue #607ECC
RGB
CMYK
RGB Variations
Color information
#607ECC (or 0x607ECC) is known color: Havelock Blue. HEX triplet: 60, 7E and CC. RGB value is (96,126,204). Sum of RGB (Red+Green+Blue) = 96+126+204=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #607ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ECC is #9F8133. Grayscale: #7D7D7D. Windows color (decimal): -10453300 or 13401696. OLE color: 13401696.
HSL color Cylindrical-coordinate representation of color #607ECC: hue angle of 223.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #607ECC is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 126 | 204 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.2 |
| HSL | 223.33º | 0.51% | 0.59% | - |
| HSV(B) | 223.33º | 0.53% | 0.8% | - |
| XYZ | 23.18 | 21.77 | 60.11 | - |
| YUV | 125.92 | 172.06 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 204 | 0.53 | 0.38 | 0 | 0.2 | 223.33 | 0.51 | 0.59 |
| Hex | 60 | 7E | CC | 35 | 26 | 0 | 14 | DF | 33 | 3B |
| Octal | 140 | 176 | 314 | 65 | 46 | 0 | 24 | 337 | 63 | 73 |
| Binary | 1100000 | 1111110 | 11001100 | 110101 | 100110 | 0 | 10100 | 11011111 | 110011 | 111011 |
Color Harmonies of #607ECC
Complementary color
Monochromatic Colors of #607ECC
Black with #607ECC
Text Example
Text Example
White with #607ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607ECC; }
p { color: rgb(96,126,204); }
H1.HeaderClassName
{
color: #607ECC;
}
.AnyTagClassName
{
color: #607ECC;
}
</style>
background-color css
<style>
a { background-color: #607ECC; }
a { background-color: rgb(96,126,204); }
div.DivClassName
{
background-color: #607ECC;
}
.BgClassName
{
background-color: #607ECC;
}
</style>
border-color css
<style>
span { border-color: #607ECC; }
span { border-color: rgb(96,126,204); }
td.TdClassName
{
border-color: #607ECC;
}
.TagClassName
{
border-color: #607ECC;
}
</style>