Shades of Havelock Blue #647FCD
Tints of Havelock Blue #647FCD
RGB
CMYK
RGB Variations
Color information
#647FCD (or 0x647FCD) is known color: Havelock Blue. HEX triplet: 64, 7F and CD. RGB value is (100,127,205). Sum of RGB (Red+Green+Blue) = 100+127+205=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #647FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FCD is #9B8032. Grayscale: #7F7F7F. Windows color (decimal): -10190899 or 13467492. OLE color: 13467492.
HSL color Cylindrical-coordinate representation of color #647FCD: hue angle of 224.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #647FCD is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 127 | 205 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.20 |
| HSL | 224.57º | 0.51% | 0.6% | - |
| HSV(B) | 224.57º | 0.51% | 0.8% | - |
| XYZ | 23.86 | 22.3 | 60.8 | - |
| YUV | 127.82 | 171.55 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 205 | 0.51 | 0.38 | 0 | 0.20 | 224.57 | 0.51 | 0.6 |
| Hex | 64 | 7F | CD | 33 | 26 | 0 | 14 | E1 | 33 | 3C |
| Octal | 144 | 177 | 315 | 63 | 46 | 0 | 24 | 341 | 63 | 74 |
| Binary | 1100100 | 1111111 | 11001101 | 110011 | 100110 | 0 | 10100 | 11100001 | 110011 | 111100 |
Color Harmonies of #647FCD
Complementary color
Monochromatic Colors of #647FCD
Black with #647FCD
Text Example
Text Example
White with #647FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647FCD; }
p { color: rgb(100,127,205); }
H1.HeaderClassName
{
color: #647FCD;
}
.AnyTagClassName
{
color: #647FCD;
}
</style>
background-color css
<style>
a { background-color: #647FCD; }
a { background-color: rgb(100,127,205); }
div.DivClassName
{
background-color: #647FCD;
}
.BgClassName
{
background-color: #647FCD;
}
</style>
border-color css
<style>
span { border-color: #647FCD; }
span { border-color: rgb(100,127,205); }
td.TdClassName
{
border-color: #647FCD;
}
.TagClassName
{
border-color: #647FCD;
}
</style>