Shades of Havelock Blue #647DC5
Tints of Havelock Blue #647DC5
RGB
CMYK
RGB Variations
Color information
#647DC5 (or 0x647DC5) is known color: Havelock Blue. HEX triplet: 64, 7D and C5. RGB value is (100,125,197). Sum of RGB (Red+Green+Blue) = 100+125+197=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 197 - color contains mainly: blue. Hex color #647DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DC5 is #9B823A. Grayscale: #7D7D7D. Windows color (decimal): -10191419 or 12942692. OLE color: 12942692.
HSL color Cylindrical-coordinate representation of color #647DC5: hue angle of 224.54º degrees, saturation: 0.46, 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 #647DC5 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 125 | 197 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.23 |
| HSL | 224.54º | 0.46% | 0.58% | - |
| HSV(B) | 224.54º | 0.49% | 0.77% | - |
| XYZ | 22.67 | 21.41 | 55.76 | - |
| YUV | 125.73 | 168.22 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 197 | 0.49 | 0.37 | 0 | 0.23 | 224.54 | 0.46 | 0.58 |
| Hex | 64 | 7D | C5 | 31 | 25 | 0 | 17 | E1 | 2E | 3A |
| Octal | 144 | 175 | 305 | 61 | 45 | 0 | 27 | 341 | 56 | 72 |
| Binary | 1100100 | 1111101 | 11000101 | 110001 | 100101 | 0 | 10111 | 11100001 | 101110 | 111010 |
Color Harmonies of #647DC5
Complementary color
Monochromatic Colors of #647DC5
Black with #647DC5
Text Example
Text Example
White with #647DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647DC5; }
p { color: rgb(100,125,197); }
H1.HeaderClassName
{
color: #647DC5;
}
.AnyTagClassName
{
color: #647DC5;
}
</style>
background-color css
<style>
a { background-color: #647DC5; }
a { background-color: rgb(100,125,197); }
div.DivClassName
{
background-color: #647DC5;
}
.BgClassName
{
background-color: #647DC5;
}
</style>
border-color css
<style>
span { border-color: #647DC5; }
span { border-color: rgb(100,125,197); }
td.TdClassName
{
border-color: #647DC5;
}
.TagClassName
{
border-color: #647DC5;
}
</style>