Shades of Havelock Blue #647DC0
Tints of Havelock Blue #647DC0
RGB
CMYK
RGB Variations
Color information
#647DC0 (or 0x647DC0) is known color: Havelock Blue. HEX triplet: 64, 7D and C0. RGB value is (100,125,192). Sum of RGB (Red+Green+Blue) = 100+125+192=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #647DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DC0 is #9B823F. Grayscale: #7C7C7C. Windows color (decimal): -10191424 or 12615012. OLE color: 12615012.
HSL color Cylindrical-coordinate representation of color #647DC0: hue angle of 223.7º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #647DC0 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 125 | 192 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.25 |
| HSL | 223.7º | 0.42% | 0.57% | - |
| HSV(B) | 223.7º | 0.48% | 0.75% | - |
| XYZ | 22.1 | 21.18 | 52.79 | - |
| YUV | 125.16 | 165.72 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 192 | 0.48 | 0.35 | 0 | 0.25 | 223.7 | 0.42 | 0.57 |
| Hex | 64 | 7D | C0 | 30 | 23 | 0 | 19 | E0 | 2A | 39 |
| Octal | 144 | 175 | 300 | 60 | 43 | 0 | 31 | 340 | 52 | 71 |
| Binary | 1100100 | 1111101 | 11000000 | 110000 | 100011 | 0 | 11001 | 11100000 | 101010 | 111001 |
Color Harmonies of #647DC0
Complementary color
Monochromatic Colors of #647DC0
Black with #647DC0
Text Example
Text Example
White with #647DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647DC0; }
p { color: rgb(100,125,192); }
H1.HeaderClassName
{
color: #647DC0;
}
.AnyTagClassName
{
color: #647DC0;
}
</style>
background-color css
<style>
a { background-color: #647DC0; }
a { background-color: rgb(100,125,192); }
div.DivClassName
{
background-color: #647DC0;
}
.BgClassName
{
background-color: #647DC0;
}
</style>
border-color css
<style>
span { border-color: #647DC0; }
span { border-color: rgb(100,125,192); }
td.TdClassName
{
border-color: #647DC0;
}
.TagClassName
{
border-color: #647DC0;
}
</style>