Shades of Havelock Blue #647EB0
Tints of Havelock Blue #647EB0
RGB
CMYK
RGB Variations
Color information
#647EB0 (or 0x647EB0) is known color: Havelock Blue. HEX triplet: 64, 7E and B0. RGB value is (100,126,176). Sum of RGB (Red+Green+Blue) = 100+126+176=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 176 - color contains mainly: blue. Hex color #647EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647EB0 is #9B814F. Grayscale: #7B7B7B. Windows color (decimal): -10191184 or 11566692. OLE color: 11566692.
HSL color Cylindrical-coordinate representation of color #647EB0: hue angle of 219.47º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #647EB0 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 126 | 176 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.31 |
| HSL | 219.47º | 0.32% | 0.54% | - |
| HSV(B) | 219.47º | 0.43% | 0.69% | - |
| XYZ | 20.55 | 20.77 | 44 | - |
| YUV | 123.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 176 | 0.43 | 0.28 | 0 | 0.31 | 219.47 | 0.32 | 0.54 |
| Hex | 64 | 7E | B0 | 2B | 1C | 0 | 1F | DB | 20 | 36 |
| Octal | 144 | 176 | 260 | 53 | 34 | 0 | 37 | 333 | 40 | 66 |
| Binary | 1100100 | 1111110 | 10110000 | 101011 | 11100 | 0 | 11111 | 11011011 | 100000 | 110110 |
Color Harmonies of #647EB0
Complementary color
Monochromatic Colors of #647EB0
Black with #647EB0
Text Example
Text Example
White with #647EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647EB0; }
p { color: rgb(100,126,176); }
H1.HeaderClassName
{
color: #647EB0;
}
.AnyTagClassName
{
color: #647EB0;
}
</style>
background-color css
<style>
a { background-color: #647EB0; }
a { background-color: rgb(100,126,176); }
div.DivClassName
{
background-color: #647EB0;
}
.BgClassName
{
background-color: #647EB0;
}
</style>
border-color css
<style>
span { border-color: #647EB0; }
span { border-color: rgb(100,126,176); }
td.TdClassName
{
border-color: #647EB0;
}
.TagClassName
{
border-color: #647EB0;
}
</style>