Shades of Havelock Blue #647CD5
Tints of Havelock Blue #647CD5
RGB
CMYK
RGB Variations
Color information
#647CD5 (or 0x647CD5) is known color: Havelock Blue. HEX triplet: 64, 7C and D5. RGB value is (100,124,213). Sum of RGB (Red+Green+Blue) = 100+124+213=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #647CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CD5 is #9B832A. Grayscale: #7E7E7E. Windows color (decimal): -10191659 or 13991012. OLE color: 13991012.
HSL color Cylindrical-coordinate representation of color #647CD5: hue angle of 227.26º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #647CD5 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 124 | 213 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.16 |
| HSL | 227.26º | 0.57% | 0.61% | - |
| HSV(B) | 227.26º | 0.53% | 0.84% | - |
| XYZ | 24.47 | 21.93 | 65.89 | - |
| YUV | 126.97 | 176.55 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 213 | 0.53 | 0.42 | 0 | 0.16 | 227.26 | 0.57 | 0.61 |
| Hex | 64 | 7C | D5 | 35 | 2A | 0 | 10 | E3 | 39 | 3D |
| Octal | 144 | 174 | 325 | 65 | 52 | 0 | 20 | 343 | 71 | 75 |
| Binary | 1100100 | 1111100 | 11010101 | 110101 | 101010 | 0 | 10000 | 11100011 | 111001 | 111101 |
Color Harmonies of #647CD5
Complementary color
Monochromatic Colors of #647CD5
Black with #647CD5
Text Example
Text Example
White with #647CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647CD5; }
p { color: rgb(100,124,213); }
H1.HeaderClassName
{
color: #647CD5;
}
.AnyTagClassName
{
color: #647CD5;
}
</style>
background-color css
<style>
a { background-color: #647CD5; }
a { background-color: rgb(100,124,213); }
div.DivClassName
{
background-color: #647CD5;
}
.BgClassName
{
background-color: #647CD5;
}
</style>
border-color css
<style>
span { border-color: #647CD5; }
span { border-color: rgb(100,124,213); }
td.TdClassName
{
border-color: #647CD5;
}
.TagClassName
{
border-color: #647CD5;
}
</style>