Shades of Havelock Blue #647CC4
Tints of Havelock Blue #647CC4
RGB
CMYK
RGB Variations
Color information
#647CC4 (or 0x647CC4) is known color: Havelock Blue. HEX triplet: 64, 7C and C4. RGB value is (100,124,196). Sum of RGB (Red+Green+Blue) = 100+124+196=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 196 (76.95% from 255 or 46.67% from 420); Max value from RGB is 196 - color contains mainly: blue. Hex color #647CC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CC4 is #9B833B. Grayscale: #7C7C7C. Windows color (decimal): -10191676 or 12876900. OLE color: 12876900.
HSL color Cylindrical-coordinate representation of color #647CC4: hue angle of 225º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #647CC4 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 124 | 196 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.23 |
| HSL | 225º | 0.45% | 0.58% | - |
| HSV(B) | 225º | 0.49% | 0.77% | - |
| XYZ | 22.43 | 21.11 | 55.12 | - |
| YUV | 125.03 | 168.05 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 196 | 0.49 | 0.37 | 0 | 0.23 | 225 | 0.45 | 0.58 |
| Hex | 64 | 7C | C4 | 31 | 25 | 0 | 17 | E1 | 2D | 3A |
| Octal | 144 | 174 | 304 | 61 | 45 | 0 | 27 | 341 | 55 | 72 |
| Binary | 1100100 | 1111100 | 11000100 | 110001 | 100101 | 0 | 10111 | 11100001 | 101101 | 111010 |
Color Harmonies of #647CC4
Complementary color
Monochromatic Colors of #647CC4
Black with #647CC4
Text Example
Text Example
White with #647CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647CC4; }
p { color: rgb(100,124,196); }
H1.HeaderClassName
{
color: #647CC4;
}
.AnyTagClassName
{
color: #647CC4;
}
</style>
background-color css
<style>
a { background-color: #647CC4; }
a { background-color: rgb(100,124,196); }
div.DivClassName
{
background-color: #647CC4;
}
.BgClassName
{
background-color: #647CC4;
}
</style>
border-color css
<style>
span { border-color: #647CC4; }
span { border-color: rgb(100,124,196); }
td.TdClassName
{
border-color: #647CC4;
}
.TagClassName
{
border-color: #647CC4;
}
</style>