Shades of Havelock Blue #647FD1
Tints of Havelock Blue #647FD1
RGB
CMYK
RGB Variations
Color information
#647FD1 (or 0x647FD1) is known color: Havelock Blue. HEX triplet: 64, 7F and D1. RGB value is (100,127,209). Sum of RGB (Red+Green+Blue) = 100+127+209=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 209 - color contains mainly: blue. Hex color #647FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FD1 is #9B802E. Grayscale: #7F7F7F. Windows color (decimal): -10190895 or 13729636. OLE color: 13729636.
HSL color Cylindrical-coordinate representation of color #647FD1: hue angle of 225.14º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #647FD1 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 127 | 209 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.18 |
| HSL | 225.14º | 0.54% | 0.61% | - |
| HSV(B) | 225.14º | 0.52% | 0.82% | - |
| XYZ | 24.35 | 22.49 | 63.38 | - |
| YUV | 128.28 | 173.55 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 209 | 0.52 | 0.39 | 0 | 0.18 | 225.14 | 0.54 | 0.61 |
| Hex | 64 | 7F | D1 | 34 | 27 | 0 | 12 | E1 | 36 | 3D |
| Octal | 144 | 177 | 321 | 64 | 47 | 0 | 22 | 341 | 66 | 75 |
| Binary | 1100100 | 1111111 | 11010001 | 110100 | 100111 | 0 | 10010 | 11100001 | 110110 | 111101 |
Color Harmonies of #647FD1
Complementary color
Monochromatic Colors of #647FD1
Black with #647FD1
Text Example
Text Example
White with #647FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647FD1; }
p { color: rgb(100,127,209); }
H1.HeaderClassName
{
color: #647FD1;
}
.AnyTagClassName
{
color: #647FD1;
}
</style>
background-color css
<style>
a { background-color: #647FD1; }
a { background-color: rgb(100,127,209); }
div.DivClassName
{
background-color: #647FD1;
}
.BgClassName
{
background-color: #647FD1;
}
</style>
border-color css
<style>
span { border-color: #647FD1; }
span { border-color: rgb(100,127,209); }
td.TdClassName
{
border-color: #647FD1;
}
.TagClassName
{
border-color: #647FD1;
}
</style>