Shades of Havelock Blue #647EC4
Tints of Havelock Blue #647EC4
RGB
CMYK
RGB Variations
Color information
#647EC4 (or 0x647EC4) is known color: Havelock Blue. HEX triplet: 64, 7E and C4. RGB value is (100,126,196). Sum of RGB (Red+Green+Blue) = 100+126+196=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 196 - color contains mainly: blue. Hex color #647EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647EC4 is #9B813B. Grayscale: #7D7D7D. Windows color (decimal): -10191164 or 12877412. OLE color: 12877412.
HSL color Cylindrical-coordinate representation of color #647EC4: hue angle of 223.75º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #647EC4 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 126 | 196 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.23 |
| HSL | 223.75º | 0.45% | 0.58% | - |
| HSV(B) | 223.75º | 0.49% | 0.77% | - |
| XYZ | 22.68 | 21.62 | 55.2 | - |
| YUV | 126.21 | 167.39 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 196 | 0.49 | 0.36 | 0 | 0.23 | 223.75 | 0.45 | 0.58 |
| Hex | 64 | 7E | C4 | 31 | 24 | 0 | 17 | E0 | 2D | 3A |
| Octal | 144 | 176 | 304 | 61 | 44 | 0 | 27 | 340 | 55 | 72 |
| Binary | 1100100 | 1111110 | 11000100 | 110001 | 100100 | 0 | 10111 | 11100000 | 101101 | 111010 |
Color Harmonies of #647EC4
Complementary color
Monochromatic Colors of #647EC4
Black with #647EC4
Text Example
Text Example
White with #647EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647EC4; }
p { color: rgb(100,126,196); }
H1.HeaderClassName
{
color: #647EC4;
}
.AnyTagClassName
{
color: #647EC4;
}
</style>
background-color css
<style>
a { background-color: #647EC4; }
a { background-color: rgb(100,126,196); }
div.DivClassName
{
background-color: #647EC4;
}
.BgClassName
{
background-color: #647EC4;
}
</style>
border-color css
<style>
span { border-color: #647EC4; }
span { border-color: rgb(100,126,196); }
td.TdClassName
{
border-color: #647EC4;
}
.TagClassName
{
border-color: #647EC4;
}
</style>