Shades of Havelock Blue #607EC0
Tints of Havelock Blue #607EC0
RGB
CMYK
RGB Variations
Color information
#607EC0 (or 0x607EC0) is known color: Havelock Blue. HEX triplet: 60, 7E and C0. RGB value is (96,126,192). Sum of RGB (Red+Green+Blue) = 96+126+192=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #607EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607EC0 is #9F813F. Grayscale: #7C7C7C. Windows color (decimal): -10453312 or 12615264. OLE color: 12615264.
HSL color Cylindrical-coordinate representation of color #607EC0: hue angle of 221.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #607EC0 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 126 | 192 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.25 |
| HSL | 221.25º | 0.43% | 0.56% | - |
| HSV(B) | 221.25º | 0.5% | 0.75% | - |
| XYZ | 21.8 | 21.21 | 52.82 | - |
| YUV | 124.55 | 166.06 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 192 | 0.50 | 0.34 | 0 | 0.25 | 221.25 | 0.43 | 0.56 |
| Hex | 60 | 7E | C0 | 32 | 22 | 0 | 19 | DD | 2B | 38 |
| Octal | 140 | 176 | 300 | 62 | 42 | 0 | 31 | 335 | 53 | 70 |
| Binary | 1100000 | 1111110 | 11000000 | 110010 | 100010 | 0 | 11001 | 11011101 | 101011 | 111000 |
Color Harmonies of #607EC0
Complementary color
Monochromatic Colors of #607EC0
Black with #607EC0
Text Example
Text Example
White with #607EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607EC0; }
p { color: rgb(96,126,192); }
H1.HeaderClassName
{
color: #607EC0;
}
.AnyTagClassName
{
color: #607EC0;
}
</style>
background-color css
<style>
a { background-color: #607EC0; }
a { background-color: rgb(96,126,192); }
div.DivClassName
{
background-color: #607EC0;
}
.BgClassName
{
background-color: #607EC0;
}
</style>
border-color css
<style>
span { border-color: #607EC0; }
span { border-color: rgb(96,126,192); }
td.TdClassName
{
border-color: #607EC0;
}
.TagClassName
{
border-color: #607EC0;
}
</style>