Shades of Havelock Blue #647DB7
Tints of Havelock Blue #647DB7
RGB
CMYK
RGB Variations
Color information
#647DB7 (or 0x647DB7) is known color: Havelock Blue. HEX triplet: 64, 7D and B7. RGB value is (100,125,183). Sum of RGB (Red+Green+Blue) = 100+125+183=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 183 - color contains mainly: blue. Hex color #647DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DB7 is #9B8248. Grayscale: #7B7B7B. Windows color (decimal): -10191433 or 12025188. OLE color: 12025188.
HSL color Cylindrical-coordinate representation of color #647DB7: hue angle of 221.93º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #647DB7 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 125 | 183 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.28 |
| HSL | 221.93º | 0.37% | 0.55% | - |
| HSV(B) | 221.93º | 0.45% | 0.72% | - |
| XYZ | 21.14 | 20.8 | 47.7 | - |
| YUV | 124.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 183 | 0.45 | 0.32 | 0 | 0.28 | 221.93 | 0.37 | 0.55 |
| Hex | 64 | 7D | B7 | 2D | 20 | 0 | 1C | DE | 25 | 37 |
| Octal | 144 | 175 | 267 | 55 | 40 | 0 | 34 | 336 | 45 | 67 |
| Binary | 1100100 | 1111101 | 10110111 | 101101 | 100000 | 0 | 11100 | 11011110 | 100101 | 110111 |
Color Harmonies of #647DB7
Complementary color
Monochromatic Colors of #647DB7
Black with #647DB7
Text Example
Text Example
White with #647DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647DB7; }
p { color: rgb(100,125,183); }
H1.HeaderClassName
{
color: #647DB7;
}
.AnyTagClassName
{
color: #647DB7;
}
</style>
background-color css
<style>
a { background-color: #647DB7; }
a { background-color: rgb(100,125,183); }
div.DivClassName
{
background-color: #647DB7;
}
.BgClassName
{
background-color: #647DB7;
}
</style>
border-color css
<style>
span { border-color: #647DB7; }
span { border-color: rgb(100,125,183); }
td.TdClassName
{
border-color: #647DB7;
}
.TagClassName
{
border-color: #647DB7;
}
</style>