Shades of Havelock Blue #647ED5
Tints of Havelock Blue #647ED5
RGB
CMYK
RGB Variations
Color information
#647ED5 (or 0x647ED5) is known color: Havelock Blue. HEX triplet: 64, 7E and D5. RGB value is (100,126,213). Sum of RGB (Red+Green+Blue) = 100+126+213=439 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.78% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #647ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647ED5 is #9B812A. Grayscale: #7F7F7F. Windows color (decimal): -10191147 or 13991524. OLE color: 13991524.
HSL color Cylindrical-coordinate representation of color #647ED5: hue angle of 226.19º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #647ED5 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 126 | 213 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.16 |
| HSL | 226.19º | 0.57% | 0.61% | - |
| HSV(B) | 226.19º | 0.53% | 0.84% | - |
| XYZ | 24.73 | 22.44 | 65.98 | - |
| YUV | 128.14 | 175.89 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 213 | 0.53 | 0.41 | 0 | 0.16 | 226.19 | 0.57 | 0.61 |
| Hex | 64 | 7E | D5 | 35 | 29 | 0 | 10 | E2 | 39 | 3D |
| Octal | 144 | 176 | 325 | 65 | 51 | 0 | 20 | 342 | 71 | 75 |
| Binary | 1100100 | 1111110 | 11010101 | 110101 | 101001 | 0 | 10000 | 11100010 | 111001 | 111101 |
Color Harmonies of #647ED5
Complementary color
Monochromatic Colors of #647ED5
Black with #647ED5
Text Example
Text Example
White with #647ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647ED5; }
p { color: rgb(100,126,213); }
H1.HeaderClassName
{
color: #647ED5;
}
.AnyTagClassName
{
color: #647ED5;
}
</style>
background-color css
<style>
a { background-color: #647ED5; }
a { background-color: rgb(100,126,213); }
div.DivClassName
{
background-color: #647ED5;
}
.BgClassName
{
background-color: #647ED5;
}
</style>
border-color css
<style>
span { border-color: #647ED5; }
span { border-color: rgb(100,126,213); }
td.TdClassName
{
border-color: #647ED5;
}
.TagClassName
{
border-color: #647ED5;
}
</style>