Shades of Havelock Blue #647BD9
Tints of Havelock Blue #647BD9
RGB
CMYK
RGB Variations
Color information
#647BD9 (or 0x647BD9) is known color: Havelock Blue. HEX triplet: 64, 7B and D9. RGB value is (100,123,217). Sum of RGB (Red+Green+Blue) = 100+123+217=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 217 (85.16% from 255 or 49.32% from 440); Max value from RGB is 217 - color contains mainly: blue. Hex color #647BD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647BD9 is #9B8426. Grayscale: #7E7E7E. Windows color (decimal): -10191911 or 14252900. OLE color: 14252900.
HSL color Cylindrical-coordinate representation of color #647BD9: hue angle of 228.21º 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 #647BD9 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 123 | 217 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.15 |
| HSL | 228.21º | 0.61% | 0.62% | - |
| HSV(B) | 228.21º | 0.54% | 0.85% | - |
| XYZ | 24.86 | 21.89 | 68.56 | - |
| YUV | 126.84 | 178.88 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 217 | 0.54 | 0.43 | 0 | 0.15 | 228.21 | 0.61 | 0.62 |
| Hex | 64 | 7B | D9 | 36 | 2B | 0 | F | E4 | 3D | 3E |
| Octal | 144 | 173 | 331 | 66 | 53 | 0 | 17 | 344 | 75 | 76 |
| Binary | 1100100 | 1111011 | 11011001 | 110110 | 101011 | 0 | 1111 | 11100100 | 111101 | 111110 |
Color Harmonies of #647BD9
Complementary color
Monochromatic Colors of #647BD9
Black with #647BD9
Text Example
Text Example
White with #647BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647BD9; }
p { color: rgb(100,123,217); }
H1.HeaderClassName
{
color: #647BD9;
}
.AnyTagClassName
{
color: #647BD9;
}
</style>
background-color css
<style>
a { background-color: #647BD9; }
a { background-color: rgb(100,123,217); }
div.DivClassName
{
background-color: #647BD9;
}
.BgClassName
{
background-color: #647BD9;
}
</style>
border-color css
<style>
span { border-color: #647BD9; }
span { border-color: rgb(100,123,217); }
td.TdClassName
{
border-color: #647BD9;
}
.TagClassName
{
border-color: #647BD9;
}
</style>