Shades of Havelock Blue #647CD8
Tints of Havelock Blue #647CD8
RGB
CMYK
RGB Variations
Color information
#647CD8 (or 0x647CD8) is known color: Havelock Blue. HEX triplet: 64, 7C and D8. RGB value is (100,124,216). Sum of RGB (Red+Green+Blue) = 100+124+216=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #647CD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CD8 is #9B8327. Grayscale: #7E7E7E. Windows color (decimal): -10191656 or 14187620. OLE color: 14187620.
HSL color Cylindrical-coordinate representation of color #647CD8: hue angle of 227.59º 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 #647CD8 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 124 | 216 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.15 |
| HSL | 227.59º | 0.6% | 0.62% | - |
| HSV(B) | 227.59º | 0.54% | 0.85% | - |
| XYZ | 24.86 | 22.08 | 67.92 | - |
| YUV | 127.31 | 178.05 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 216 | 0.54 | 0.43 | 0 | 0.15 | 227.59 | 0.6 | 0.62 |
| Hex | 64 | 7C | D8 | 36 | 2B | 0 | F | E4 | 3C | 3E |
| Octal | 144 | 174 | 330 | 66 | 53 | 0 | 17 | 344 | 74 | 76 |
| Binary | 1100100 | 1111100 | 11011000 | 110110 | 101011 | 0 | 1111 | 11100100 | 111100 | 111110 |
Color Harmonies of #647CD8
Complementary color
Monochromatic Colors of #647CD8
Black with #647CD8
Text Example
Text Example
White with #647CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647CD8; }
p { color: rgb(100,124,216); }
H1.HeaderClassName
{
color: #647CD8;
}
.AnyTagClassName
{
color: #647CD8;
}
</style>
background-color css
<style>
a { background-color: #647CD8; }
a { background-color: rgb(100,124,216); }
div.DivClassName
{
background-color: #647CD8;
}
.BgClassName
{
background-color: #647CD8;
}
</style>
border-color css
<style>
span { border-color: #647CD8; }
span { border-color: rgb(100,124,216); }
td.TdClassName
{
border-color: #647CD8;
}
.TagClassName
{
border-color: #647CD8;
}
</style>