Shades of Havelock Blue #647AD8
Tints of Havelock Blue #647AD8
RGB
CMYK
RGB Variations
Color information
#647AD8 (or 0x647AD8) is known color: Havelock Blue. HEX triplet: 64, 7A and D8. RGB value is (100,122,216). Sum of RGB (Red+Green+Blue) = 100+122+216=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #647AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647AD8 is #9B8527. Grayscale: #7D7D7D. Windows color (decimal): -10192168 or 14187108. OLE color: 14187108.
HSL color Cylindrical-coordinate representation of color #647AD8: hue angle of 228.62º 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 #647AD8 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 122 | 216 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.15 |
| HSL | 228.62º | 0.6% | 0.62% | - |
| HSV(B) | 228.62º | 0.54% | 0.85% | - |
| XYZ | 24.61 | 21.59 | 67.84 | - |
| YUV | 126.14 | 178.71 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 216 | 0.54 | 0.44 | 0 | 0.15 | 228.62 | 0.6 | 0.62 |
| Hex | 64 | 7A | D8 | 36 | 2C | 0 | F | E5 | 3C | 3E |
| Octal | 144 | 172 | 330 | 66 | 54 | 0 | 17 | 345 | 74 | 76 |
| Binary | 1100100 | 1111010 | 11011000 | 110110 | 101100 | 0 | 1111 | 11100101 | 111100 | 111110 |
Color Harmonies of #647AD8
Complementary color
Monochromatic Colors of #647AD8
Black with #647AD8
Text Example
Text Example
White with #647AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647AD8; }
p { color: rgb(100,122,216); }
H1.HeaderClassName
{
color: #647AD8;
}
.AnyTagClassName
{
color: #647AD8;
}
</style>
background-color css
<style>
a { background-color: #647AD8; }
a { background-color: rgb(100,122,216); }
div.DivClassName
{
background-color: #647AD8;
}
.BgClassName
{
background-color: #647AD8;
}
</style>
border-color css
<style>
span { border-color: #647AD8; }
span { border-color: rgb(100,122,216); }
td.TdClassName
{
border-color: #647AD8;
}
.TagClassName
{
border-color: #647AD8;
}
</style>