Shades of Havelock Blue #607ED8
Tints of Havelock Blue #607ED8
RGB
CMYK
RGB Variations
Color information
#607ED8 (or 0x607ED8) is known color: Havelock Blue. HEX triplet: 60, 7E and D8. RGB value is (96,126,216). Sum of RGB (Red+Green+Blue) = 96+126+216=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #607ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ED8 is #9F8127. Grayscale: #7E7E7E. Windows color (decimal): -10453288 or 14188128. OLE color: 14188128.
HSL color Cylindrical-coordinate representation of color #607ED8: hue angle of 225º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #607ED8 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 126 | 216 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.15 |
| HSL | 225º | 0.61% | 0.61% | - |
| HSV(B) | 225º | 0.56% | 0.85% | - |
| XYZ | 24.68 | 22.37 | 67.98 | - |
| YUV | 127.29 | 178.06 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 216 | 0.56 | 0.42 | 0 | 0.15 | 225 | 0.61 | 0.61 |
| Hex | 60 | 7E | D8 | 38 | 2A | 0 | F | E1 | 3D | 3D |
| Octal | 140 | 176 | 330 | 70 | 52 | 0 | 17 | 341 | 75 | 75 |
| Binary | 1100000 | 1111110 | 11011000 | 111000 | 101010 | 0 | 1111 | 11100001 | 111101 | 111101 |
Color Harmonies of #607ED8
Complementary color
Monochromatic Colors of #607ED8
Black with #607ED8
Text Example
Text Example
White with #607ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607ED8; }
p { color: rgb(96,126,216); }
H1.HeaderClassName
{
color: #607ED8;
}
.AnyTagClassName
{
color: #607ED8;
}
</style>
background-color css
<style>
a { background-color: #607ED8; }
a { background-color: rgb(96,126,216); }
div.DivClassName
{
background-color: #607ED8;
}
.BgClassName
{
background-color: #607ED8;
}
</style>
border-color css
<style>
span { border-color: #607ED8; }
span { border-color: rgb(96,126,216); }
td.TdClassName
{
border-color: #607ED8;
}
.TagClassName
{
border-color: #607ED8;
}
</style>