Shades of Havelock Blue #647EB3
Tints of Havelock Blue #647EB3
RGB
CMYK
RGB Variations
Color information
#647EB3 (or 0x647EB3) is known color: Havelock Blue. HEX triplet: 64, 7E and B3. RGB value is (100,126,179). Sum of RGB (Red+Green+Blue) = 100+126+179=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 179 - color contains mainly: blue. Hex color #647EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647EB3 is #9B814C. Grayscale: #7C7C7C. Windows color (decimal): -10191181 or 11763300. OLE color: 11763300.
HSL color Cylindrical-coordinate representation of color #647EB3: hue angle of 220.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #647EB3 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 126 | 179 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.30 |
| HSL | 220.25º | 0.34% | 0.55% | - |
| HSV(B) | 220.25º | 0.44% | 0.7% | - |
| XYZ | 20.85 | 20.89 | 45.58 | - |
| YUV | 124.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 179 | 0.44 | 0.30 | 0 | 0.30 | 220.25 | 0.34 | 0.55 |
| Hex | 64 | 7E | B3 | 2C | 1E | 0 | 1E | DC | 22 | 37 |
| Octal | 144 | 176 | 263 | 54 | 36 | 0 | 36 | 334 | 42 | 67 |
| Binary | 1100100 | 1111110 | 10110011 | 101100 | 11110 | 0 | 11110 | 11011100 | 100010 | 110111 |
Color Harmonies of #647EB3
Complementary color
Monochromatic Colors of #647EB3
Black with #647EB3
Text Example
Text Example
White with #647EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647EB3; }
p { color: rgb(100,126,179); }
H1.HeaderClassName
{
color: #647EB3;
}
.AnyTagClassName
{
color: #647EB3;
}
</style>
background-color css
<style>
a { background-color: #647EB3; }
a { background-color: rgb(100,126,179); }
div.DivClassName
{
background-color: #647EB3;
}
.BgClassName
{
background-color: #647EB3;
}
</style>
border-color css
<style>
span { border-color: #647EB3; }
span { border-color: rgb(100,126,179); }
td.TdClassName
{
border-color: #647EB3;
}
.TagClassName
{
border-color: #647EB3;
}
</style>