Shades of Havelock Blue #647ECF
Tints of Havelock Blue #647ECF
RGB
CMYK
RGB Variations
Color information
#647ECF (or 0x647ECF) is known color: Havelock Blue. HEX triplet: 64, 7E and CF. RGB value is (100,126,207). Sum of RGB (Red+Green+Blue) = 100+126+207=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #647ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647ECF is #9B8130. Grayscale: #7F7F7F. Windows color (decimal): -10191153 or 13598308. OLE color: 13598308.
HSL color Cylindrical-coordinate representation of color #647ECF: hue angle of 225.42º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #647ECF is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 126 | 207 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.19 |
| HSL | 225.42º | 0.53% | 0.6% | - |
| HSV(B) | 225.42º | 0.52% | 0.81% | - |
| XYZ | 23.98 | 22.14 | 62.04 | - |
| YUV | 127.46 | 172.89 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 207 | 0.52 | 0.39 | 0 | 0.19 | 225.42 | 0.53 | 0.6 |
| Hex | 64 | 7E | CF | 34 | 27 | 0 | 13 | E1 | 35 | 3C |
| Octal | 144 | 176 | 317 | 64 | 47 | 0 | 23 | 341 | 65 | 74 |
| Binary | 1100100 | 1111110 | 11001111 | 110100 | 100111 | 0 | 10011 | 11100001 | 110101 | 111100 |
Color Harmonies of #647ECF
Complementary color
Monochromatic Colors of #647ECF
Black with #647ECF
Text Example
Text Example
White with #647ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647ECF; }
p { color: rgb(100,126,207); }
H1.HeaderClassName
{
color: #647ECF;
}
.AnyTagClassName
{
color: #647ECF;
}
</style>
background-color css
<style>
a { background-color: #647ECF; }
a { background-color: rgb(100,126,207); }
div.DivClassName
{
background-color: #647ECF;
}
.BgClassName
{
background-color: #647ECF;
}
</style>
border-color css
<style>
span { border-color: #647ECF; }
span { border-color: rgb(100,126,207); }
td.TdClassName
{
border-color: #647ECF;
}
.TagClassName
{
border-color: #647ECF;
}
</style>