Shades of Havelock Blue #607FD5
Tints of Havelock Blue #607FD5
RGB
CMYK
RGB Variations
Color information
#607FD5 (or 0x607FD5) is known color: Havelock Blue. HEX triplet: 60, 7F and D5. RGB value is (96,127,213). Sum of RGB (Red+Green+Blue) = 96+127+213=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #607FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FD5 is #9F802A. Grayscale: #7F7F7F. Windows color (decimal): -10453035 or 13991776. OLE color: 13991776.
HSL color Cylindrical-coordinate representation of color #607FD5: hue angle of 224.1º 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 #607FD5 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 127 | 213 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.16 |
| HSL | 224.1º | 0.58% | 0.61% | - |
| HSV(B) | 224.1º | 0.55% | 0.84% | - |
| XYZ | 24.42 | 22.47 | 66 | - |
| YUV | 127.54 | 176.23 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 213 | 0.55 | 0.40 | 0 | 0.16 | 224.1 | 0.58 | 0.61 |
| Hex | 60 | 7F | D5 | 37 | 28 | 0 | 10 | E0 | 3A | 3D |
| Octal | 140 | 177 | 325 | 67 | 50 | 0 | 20 | 340 | 72 | 75 |
| Binary | 1100000 | 1111111 | 11010101 | 110111 | 101000 | 0 | 10000 | 11100000 | 111010 | 111101 |
Color Harmonies of #607FD5
Complementary color
Monochromatic Colors of #607FD5
Black with #607FD5
Text Example
Text Example
White with #607FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FD5; }
p { color: rgb(96,127,213); }
H1.HeaderClassName
{
color: #607FD5;
}
.AnyTagClassName
{
color: #607FD5;
}
</style>
background-color css
<style>
a { background-color: #607FD5; }
a { background-color: rgb(96,127,213); }
div.DivClassName
{
background-color: #607FD5;
}
.BgClassName
{
background-color: #607FD5;
}
</style>
border-color css
<style>
span { border-color: #607FD5; }
span { border-color: rgb(96,127,213); }
td.TdClassName
{
border-color: #607FD5;
}
.TagClassName
{
border-color: #607FD5;
}
</style>