Shades of Havelock Blue #647ECE
Tints of Havelock Blue #647ECE
RGB
CMYK
RGB Variations
Color information
#647ECE (or 0x647ECE) is known color: Havelock Blue. HEX triplet: 64, 7E and CE. RGB value is (100,126,206). Sum of RGB (Red+Green+Blue) = 100+126+206=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #647ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647ECE is #9B8131. Grayscale: #7E7E7E. Windows color (decimal): -10191154 or 13532772. OLE color: 13532772.
HSL color Cylindrical-coordinate representation of color #647ECE: hue angle of 225.28º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #647ECE is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 126 | 206 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.19 |
| HSL | 225.28º | 0.52% | 0.6% | - |
| HSV(B) | 225.28º | 0.51% | 0.81% | - |
| XYZ | 23.86 | 22.09 | 61.4 | - |
| YUV | 127.35 | 172.39 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 206 | 0.51 | 0.39 | 0 | 0.19 | 225.28 | 0.52 | 0.6 |
| Hex | 64 | 7E | CE | 33 | 27 | 0 | 13 | E1 | 34 | 3C |
| Octal | 144 | 176 | 316 | 63 | 47 | 0 | 23 | 341 | 64 | 74 |
| Binary | 1100100 | 1111110 | 11001110 | 110011 | 100111 | 0 | 10011 | 11100001 | 110100 | 111100 |
Color Harmonies of #647ECE
Complementary color
Monochromatic Colors of #647ECE
Black with #647ECE
Text Example
Text Example
White with #647ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647ECE; }
p { color: rgb(100,126,206); }
H1.HeaderClassName
{
color: #647ECE;
}
.AnyTagClassName
{
color: #647ECE;
}
</style>
background-color css
<style>
a { background-color: #647ECE; }
a { background-color: rgb(100,126,206); }
div.DivClassName
{
background-color: #647ECE;
}
.BgClassName
{
background-color: #647ECE;
}
</style>
border-color css
<style>
span { border-color: #647ECE; }
span { border-color: rgb(100,126,206); }
td.TdClassName
{
border-color: #647ECE;
}
.TagClassName
{
border-color: #647ECE;
}
</style>