Shades of Havelock Blue #647EC9
Tints of Havelock Blue #647EC9
RGB
CMYK
RGB Variations
Color information
#647EC9 (or 0x647EC9) is known color: Havelock Blue. HEX triplet: 64, 7E and C9. RGB value is (100,126,201). Sum of RGB (Red+Green+Blue) = 100+126+201=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #647EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647EC9 is #9B8136. Grayscale: #7E7E7E. Windows color (decimal): -10191159 or 13205092. OLE color: 13205092.
HSL color Cylindrical-coordinate representation of color #647EC9: hue angle of 224.55º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #647EC9 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 126 | 201 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.21 |
| HSL | 224.55º | 0.48% | 0.59% | - |
| HSV(B) | 224.55º | 0.5% | 0.79% | - |
| XYZ | 23.26 | 21.85 | 58.25 | - |
| YUV | 126.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 201 | 0.50 | 0.37 | 0 | 0.21 | 224.55 | 0.48 | 0.59 |
| Hex | 64 | 7E | C9 | 32 | 25 | 0 | 15 | E1 | 30 | 3B |
| Octal | 144 | 176 | 311 | 62 | 45 | 0 | 25 | 341 | 60 | 73 |
| Binary | 1100100 | 1111110 | 11001001 | 110010 | 100101 | 0 | 10101 | 11100001 | 110000 | 111011 |
Color Harmonies of #647EC9
Complementary color
Monochromatic Colors of #647EC9
Black with #647EC9
Text Example
Text Example
White with #647EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647EC9; }
p { color: rgb(100,126,201); }
H1.HeaderClassName
{
color: #647EC9;
}
.AnyTagClassName
{
color: #647EC9;
}
</style>
background-color css
<style>
a { background-color: #647EC9; }
a { background-color: rgb(100,126,201); }
div.DivClassName
{
background-color: #647EC9;
}
.BgClassName
{
background-color: #647EC9;
}
</style>
border-color css
<style>
span { border-color: #647EC9; }
span { border-color: rgb(100,126,201); }
td.TdClassName
{
border-color: #647EC9;
}
.TagClassName
{
border-color: #647EC9;
}
</style>