Shades of Havelock Blue #607EC4
Tints of Havelock Blue #607EC4
RGB
CMYK
RGB Variations
Color information
#607EC4 (or 0x607EC4) is known color: Havelock Blue. HEX triplet: 60, 7E and C4. RGB value is (96,126,196). Sum of RGB (Red+Green+Blue) = 96+126+196=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 196 - color contains mainly: blue. Hex color #607EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607EC4 is #9F813B. Grayscale: #7C7C7C. Windows color (decimal): -10453308 or 12877408. OLE color: 12877408.
HSL color Cylindrical-coordinate representation of color #607EC4: hue angle of 222º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #607EC4 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 126 | 196 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.23 |
| HSL | 222º | 0.46% | 0.57% | - |
| HSV(B) | 222º | 0.51% | 0.77% | - |
| XYZ | 22.25 | 21.39 | 55.18 | - |
| YUV | 125.01 | 168.06 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 196 | 0.51 | 0.36 | 0 | 0.23 | 222 | 0.46 | 0.57 |
| Hex | 60 | 7E | C4 | 33 | 24 | 0 | 17 | DE | 2E | 39 |
| Octal | 140 | 176 | 304 | 63 | 44 | 0 | 27 | 336 | 56 | 71 |
| Binary | 1100000 | 1111110 | 11000100 | 110011 | 100100 | 0 | 10111 | 11011110 | 101110 | 111001 |
Color Harmonies of #607EC4
Complementary color
Monochromatic Colors of #607EC4
Black with #607EC4
Text Example
Text Example
White with #607EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607EC4; }
p { color: rgb(96,126,196); }
H1.HeaderClassName
{
color: #607EC4;
}
.AnyTagClassName
{
color: #607EC4;
}
</style>
background-color css
<style>
a { background-color: #607EC4; }
a { background-color: rgb(96,126,196); }
div.DivClassName
{
background-color: #607EC4;
}
.BgClassName
{
background-color: #607EC4;
}
</style>
border-color css
<style>
span { border-color: #607EC4; }
span { border-color: rgb(96,126,196); }
td.TdClassName
{
border-color: #607EC4;
}
.TagClassName
{
border-color: #607EC4;
}
</style>