Shades of Havelock Blue #607CC0
Tints of Havelock Blue #607CC0
RGB
CMYK
RGB Variations
Color information
#607CC0 (or 0x607CC0) is known color: Havelock Blue. HEX triplet: 60, 7C and C0. RGB value is (96,124,192). Sum of RGB (Red+Green+Blue) = 96+124+192=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #607CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CC0 is #9F833F. Grayscale: #7B7B7B. Windows color (decimal): -10453824 or 12614752. OLE color: 12614752.
HSL color Cylindrical-coordinate representation of color #607CC0: hue angle of 222.5º 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 #607CC0 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 124 | 192 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.25 |
| HSL | 222.5º | 0.43% | 0.56% | - |
| HSV(B) | 222.5º | 0.5% | 0.75% | - |
| XYZ | 21.55 | 20.71 | 52.73 | - |
| YUV | 123.38 | 166.72 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 192 | 0.50 | 0.35 | 0 | 0.25 | 222.5 | 0.43 | 0.56 |
| Hex | 60 | 7C | C0 | 32 | 23 | 0 | 19 | DE | 2B | 38 |
| Octal | 140 | 174 | 300 | 62 | 43 | 0 | 31 | 336 | 53 | 70 |
| Binary | 1100000 | 1111100 | 11000000 | 110010 | 100011 | 0 | 11001 | 11011110 | 101011 | 111000 |
Color Harmonies of #607CC0
Complementary color
Monochromatic Colors of #607CC0
Black with #607CC0
Text Example
Text Example
White with #607CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CC0; }
p { color: rgb(96,124,192); }
H1.HeaderClassName
{
color: #607CC0;
}
.AnyTagClassName
{
color: #607CC0;
}
</style>
background-color css
<style>
a { background-color: #607CC0; }
a { background-color: rgb(96,124,192); }
div.DivClassName
{
background-color: #607CC0;
}
.BgClassName
{
background-color: #607CC0;
}
</style>
border-color css
<style>
span { border-color: #607CC0; }
span { border-color: rgb(96,124,192); }
td.TdClassName
{
border-color: #607CC0;
}
.TagClassName
{
border-color: #607CC0;
}
</style>