Shades of Havelock Blue #647DD8
Tints of Havelock Blue #647DD8
RGB
CMYK
RGB Variations
Color information
#647DD8 (or 0x647DD8) is known color: Havelock Blue. HEX triplet: 64, 7D and D8. RGB value is (100,125,216). Sum of RGB (Red+Green+Blue) = 100+125+216=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #647DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DD8 is #9B8227. Grayscale: #7F7F7F. Windows color (decimal): -10191400 or 14187876. OLE color: 14187876.
HSL color Cylindrical-coordinate representation of color #647DD8: hue angle of 227.07º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #647DD8 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 125 | 216 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.15 |
| HSL | 227.07º | 0.6% | 0.62% | - |
| HSV(B) | 227.07º | 0.54% | 0.85% | - |
| XYZ | 24.98 | 22.33 | 67.96 | - |
| YUV | 127.9 | 177.72 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 216 | 0.54 | 0.42 | 0 | 0.15 | 227.07 | 0.6 | 0.62 |
| Hex | 64 | 7D | D8 | 36 | 2A | 0 | F | E3 | 3C | 3E |
| Octal | 144 | 175 | 330 | 66 | 52 | 0 | 17 | 343 | 74 | 76 |
| Binary | 1100100 | 1111101 | 11011000 | 110110 | 101010 | 0 | 1111 | 11100011 | 111100 | 111110 |
Color Harmonies of #647DD8
Complementary color
Monochromatic Colors of #647DD8
Black with #647DD8
Text Example
Text Example
White with #647DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647DD8; }
p { color: rgb(100,125,216); }
H1.HeaderClassName
{
color: #647DD8;
}
.AnyTagClassName
{
color: #647DD8;
}
</style>
background-color css
<style>
a { background-color: #647DD8; }
a { background-color: rgb(100,125,216); }
div.DivClassName
{
background-color: #647DD8;
}
.BgClassName
{
background-color: #647DD8;
}
</style>
border-color css
<style>
span { border-color: #647DD8; }
span { border-color: rgb(100,125,216); }
td.TdClassName
{
border-color: #647DD8;
}
.TagClassName
{
border-color: #647DD8;
}
</style>