Shades of Havelock Blue #607EC5
Tints of Havelock Blue #607EC5
RGB
CMYK
RGB Variations
Color information
#607EC5 (or 0x607EC5) is known color: Havelock Blue. HEX triplet: 60, 7E and C5. RGB value is (96,126,197). Sum of RGB (Red+Green+Blue) = 96+126+197=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 197 - color contains mainly: blue. Hex color #607EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607EC5 is #9F813A. Grayscale: #7C7C7C. Windows color (decimal): -10453307 or 12942944. OLE color: 12942944.
HSL color Cylindrical-coordinate representation of color #607EC5: hue angle of 222.18º degrees, saturation: 0.47, 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 #607EC5 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 126 | 197 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.23 |
| HSL | 222.18º | 0.47% | 0.57% | - |
| HSV(B) | 222.18º | 0.51% | 0.77% | - |
| XYZ | 22.36 | 21.44 | 55.78 | - |
| YUV | 125.12 | 168.56 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 197 | 0.51 | 0.36 | 0 | 0.23 | 222.18 | 0.47 | 0.57 |
| Hex | 60 | 7E | C5 | 33 | 24 | 0 | 17 | DE | 2F | 39 |
| Octal | 140 | 176 | 305 | 63 | 44 | 0 | 27 | 336 | 57 | 71 |
| Binary | 1100000 | 1111110 | 11000101 | 110011 | 100100 | 0 | 10111 | 11011110 | 101111 | 111001 |
Color Harmonies of #607EC5
Complementary color
Monochromatic Colors of #607EC5
Black with #607EC5
Text Example
Text Example
White with #607EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607EC5; }
p { color: rgb(96,126,197); }
H1.HeaderClassName
{
color: #607EC5;
}
.AnyTagClassName
{
color: #607EC5;
}
</style>
background-color css
<style>
a { background-color: #607EC5; }
a { background-color: rgb(96,126,197); }
div.DivClassName
{
background-color: #607EC5;
}
.BgClassName
{
background-color: #607EC5;
}
</style>
border-color css
<style>
span { border-color: #607EC5; }
span { border-color: rgb(96,126,197); }
td.TdClassName
{
border-color: #607EC5;
}
.TagClassName
{
border-color: #607EC5;
}
</style>