Shades of Havelock Blue #647DBC
Tints of Havelock Blue #647DBC
RGB
CMYK
RGB Variations
Color information
#647DBC (or 0x647DBC) is known color: Havelock Blue. HEX triplet: 64, 7D and BC. RGB value is (100,125,188). Sum of RGB (Red+Green+Blue) = 100+125+188=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #647DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DBC is #9B8243. Grayscale: #7C7C7C. Windows color (decimal): -10191428 or 12352868. OLE color: 12352868.
HSL color Cylindrical-coordinate representation of color #647DBC: hue angle of 222.95º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #647DBC is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 125 | 188 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.26 |
| HSL | 222.95º | 0.4% | 0.56% | - |
| HSV(B) | 222.95º | 0.47% | 0.74% | - |
| XYZ | 21.67 | 21.01 | 50.49 | - |
| YUV | 124.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 188 | 0.47 | 0.34 | 0 | 0.26 | 222.95 | 0.4 | 0.56 |
| Hex | 64 | 7D | BC | 2F | 22 | 0 | 1A | DF | 28 | 38 |
| Octal | 144 | 175 | 274 | 57 | 42 | 0 | 32 | 337 | 50 | 70 |
| Binary | 1100100 | 1111101 | 10111100 | 101111 | 100010 | 0 | 11010 | 11011111 | 101000 | 111000 |
Color Harmonies of #647DBC
Complementary color
Monochromatic Colors of #647DBC
Black with #647DBC
Text Example
Text Example
White with #647DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647DBC; }
p { color: rgb(100,125,188); }
H1.HeaderClassName
{
color: #647DBC;
}
.AnyTagClassName
{
color: #647DBC;
}
</style>
background-color css
<style>
a { background-color: #647DBC; }
a { background-color: rgb(100,125,188); }
div.DivClassName
{
background-color: #647DBC;
}
.BgClassName
{
background-color: #647DBC;
}
</style>
border-color css
<style>
span { border-color: #647DBC; }
span { border-color: rgb(100,125,188); }
td.TdClassName
{
border-color: #647DBC;
}
.TagClassName
{
border-color: #647DBC;
}
</style>