Shades of Havelock Blue #647AD9
Tints of Havelock Blue #647AD9
RGB
CMYK
RGB Variations
Color information
#647AD9 (or 0x647AD9) is known color: Havelock Blue. HEX triplet: 64, 7A and D9. RGB value is (100,122,217). Sum of RGB (Red+Green+Blue) = 100+122+217=439 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.78% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 217 (85.16% from 255 or 49.43% from 439); Max value from RGB is 217 - color contains mainly: blue. Hex color #647AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647AD9 is #9B8526. Grayscale: #7D7D7D. Windows color (decimal): -10192167 or 14252644. OLE color: 14252644.
HSL color Cylindrical-coordinate representation of color #647AD9: hue angle of 228.72º degrees, saturation: 0.61, 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 #647AD9 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 122 | 217 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.15 |
| HSL | 228.72º | 0.61% | 0.62% | - |
| HSV(B) | 228.72º | 0.54% | 0.85% | - |
| XYZ | 24.74 | 21.64 | 68.52 | - |
| YUV | 126.25 | 179.21 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 217 | 0.54 | 0.44 | 0 | 0.15 | 228.72 | 0.61 | 0.62 |
| Hex | 64 | 7A | D9 | 36 | 2C | 0 | F | E5 | 3D | 3E |
| Octal | 144 | 172 | 331 | 66 | 54 | 0 | 17 | 345 | 75 | 76 |
| Binary | 1100100 | 1111010 | 11011001 | 110110 | 101100 | 0 | 1111 | 11100101 | 111101 | 111110 |
Color Harmonies of #647AD9
Complementary color
Monochromatic Colors of #647AD9
Black with #647AD9
Text Example
Text Example
White with #647AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647AD9; }
p { color: rgb(100,122,217); }
H1.HeaderClassName
{
color: #647AD9;
}
.AnyTagClassName
{
color: #647AD9;
}
</style>
background-color css
<style>
a { background-color: #647AD9; }
a { background-color: rgb(100,122,217); }
div.DivClassName
{
background-color: #647AD9;
}
.BgClassName
{
background-color: #647AD9;
}
</style>
border-color css
<style>
span { border-color: #647AD9; }
span { border-color: rgb(100,122,217); }
td.TdClassName
{
border-color: #647AD9;
}
.TagClassName
{
border-color: #647AD9;
}
</style>