Shades of Havelock Blue #647FBD
Tints of Havelock Blue #647FBD
RGB
CMYK
RGB Variations
Color information
#647FBD (or 0x647FBD) is known color: Havelock Blue. HEX triplet: 64, 7F and BD. RGB value is (100,127,189). Sum of RGB (Red+Green+Blue) = 100+127+189=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #647FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FBD is #9B8042. Grayscale: #7D7D7D. Windows color (decimal): -10190915 or 12418916. OLE color: 12418916.
HSL color Cylindrical-coordinate representation of color #647FBD: hue angle of 221.8º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #647FBD is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 127 | 189 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.26 |
| HSL | 221.8º | 0.4% | 0.57% | - |
| HSV(B) | 221.8º | 0.47% | 0.74% | - |
| XYZ | 22.03 | 21.56 | 51.14 | - |
| YUV | 126 | 163.55 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 189 | 0.47 | 0.33 | 0 | 0.26 | 221.8 | 0.4 | 0.57 |
| Hex | 64 | 7F | BD | 2F | 21 | 0 | 1A | DE | 28 | 39 |
| Octal | 144 | 177 | 275 | 57 | 41 | 0 | 32 | 336 | 50 | 71 |
| Binary | 1100100 | 1111111 | 10111101 | 101111 | 100001 | 0 | 11010 | 11011110 | 101000 | 111001 |
Color Harmonies of #647FBD
Complementary color
Monochromatic Colors of #647FBD
Black with #647FBD
Text Example
Text Example
White with #647FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647FBD; }
p { color: rgb(100,127,189); }
H1.HeaderClassName
{
color: #647FBD;
}
.AnyTagClassName
{
color: #647FBD;
}
</style>
background-color css
<style>
a { background-color: #647FBD; }
a { background-color: rgb(100,127,189); }
div.DivClassName
{
background-color: #647FBD;
}
.BgClassName
{
background-color: #647FBD;
}
</style>
border-color css
<style>
span { border-color: #647FBD; }
span { border-color: rgb(100,127,189); }
td.TdClassName
{
border-color: #647FBD;
}
.TagClassName
{
border-color: #647FBD;
}
</style>