Shades of Havelock Blue #647FCE
Tints of Havelock Blue #647FCE
RGB
CMYK
RGB Variations
Color information
#647FCE (or 0x647FCE) is known color: Havelock Blue. HEX triplet: 64, 7F and CE. RGB value is (100,127,206). Sum of RGB (Red+Green+Blue) = 100+127+206=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #647FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FCE is #9B8031. Grayscale: #7F7F7F. Windows color (decimal): -10190898 or 13533028. OLE color: 13533028.
HSL color Cylindrical-coordinate representation of color #647FCE: hue angle of 224.72º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #647FCE is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 127 | 206 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.19 |
| HSL | 224.72º | 0.52% | 0.6% | - |
| HSV(B) | 224.72º | 0.51% | 0.81% | - |
| XYZ | 23.99 | 22.34 | 61.44 | - |
| YUV | 127.93 | 172.05 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 206 | 0.51 | 0.38 | 0 | 0.19 | 224.72 | 0.52 | 0.6 |
| Hex | 64 | 7F | CE | 33 | 26 | 0 | 13 | E1 | 34 | 3C |
| Octal | 144 | 177 | 316 | 63 | 46 | 0 | 23 | 341 | 64 | 74 |
| Binary | 1100100 | 1111111 | 11001110 | 110011 | 100110 | 0 | 10011 | 11100001 | 110100 | 111100 |
Color Harmonies of #647FCE
Complementary color
Monochromatic Colors of #647FCE
Black with #647FCE
Text Example
Text Example
White with #647FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647FCE; }
p { color: rgb(100,127,206); }
H1.HeaderClassName
{
color: #647FCE;
}
.AnyTagClassName
{
color: #647FCE;
}
</style>
background-color css
<style>
a { background-color: #647FCE; }
a { background-color: rgb(100,127,206); }
div.DivClassName
{
background-color: #647FCE;
}
.BgClassName
{
background-color: #647FCE;
}
</style>
border-color css
<style>
span { border-color: #647FCE; }
span { border-color: rgb(100,127,206); }
td.TdClassName
{
border-color: #647FCE;
}
.TagClassName
{
border-color: #647FCE;
}
</style>