Shades of Havelock Blue #607ED5
Tints of Havelock Blue #607ED5
RGB
CMYK
RGB Variations
Color information
#607ED5 (or 0x607ED5) is known color: Havelock Blue. HEX triplet: 60, 7E and D5. RGB value is (96,126,213). Sum of RGB (Red+Green+Blue) = 96+126+213=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #607ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ED5 is #9F812A. Grayscale: #7E7E7E. Windows color (decimal): -10453291 or 13991520. OLE color: 13991520.
HSL color Cylindrical-coordinate representation of color #607ED5: hue angle of 224.62º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #607ED5 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 126 | 213 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.16 |
| HSL | 224.62º | 0.58% | 0.61% | - |
| HSV(B) | 224.62º | 0.55% | 0.84% | - |
| XYZ | 24.29 | 22.21 | 65.96 | - |
| YUV | 126.95 | 176.56 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 213 | 0.55 | 0.41 | 0 | 0.16 | 224.62 | 0.58 | 0.61 |
| Hex | 60 | 7E | D5 | 37 | 29 | 0 | 10 | E1 | 3A | 3D |
| Octal | 140 | 176 | 325 | 67 | 51 | 0 | 20 | 341 | 72 | 75 |
| Binary | 1100000 | 1111110 | 11010101 | 110111 | 101001 | 0 | 10000 | 11100001 | 111010 | 111101 |
Color Harmonies of #607ED5
Complementary color
Monochromatic Colors of #607ED5
Black with #607ED5
Text Example
Text Example
White with #607ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607ED5; }
p { color: rgb(96,126,213); }
H1.HeaderClassName
{
color: #607ED5;
}
.AnyTagClassName
{
color: #607ED5;
}
</style>
background-color css
<style>
a { background-color: #607ED5; }
a { background-color: rgb(96,126,213); }
div.DivClassName
{
background-color: #607ED5;
}
.BgClassName
{
background-color: #607ED5;
}
</style>
border-color css
<style>
span { border-color: #607ED5; }
span { border-color: rgb(96,126,213); }
td.TdClassName
{
border-color: #607ED5;
}
.TagClassName
{
border-color: #607ED5;
}
</style>