Shades of Havelock Blue #647FBF
Tints of Havelock Blue #647FBF
RGB
CMYK
RGB Variations
Color information
#647FBF (or 0x647FBF) is known color: Havelock Blue. HEX triplet: 64, 7F and BF. RGB value is (100,127,191). Sum of RGB (Red+Green+Blue) = 100+127+191=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #647FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FBF is #9B8040. Grayscale: #7D7D7D. Windows color (decimal): -10190913 or 12549988. OLE color: 12549988.
HSL color Cylindrical-coordinate representation of color #647FBF: hue angle of 222.2º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #647FBF is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 127 | 191 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.25 |
| HSL | 222.2º | 0.42% | 0.57% | - |
| HSV(B) | 222.2º | 0.48% | 0.75% | - |
| XYZ | 22.25 | 21.65 | 52.3 | - |
| YUV | 126.22 | 164.55 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 191 | 0.48 | 0.34 | 0 | 0.25 | 222.2 | 0.42 | 0.57 |
| Hex | 64 | 7F | BF | 30 | 22 | 0 | 19 | DE | 2A | 39 |
| Octal | 144 | 177 | 277 | 60 | 42 | 0 | 31 | 336 | 52 | 71 |
| Binary | 1100100 | 1111111 | 10111111 | 110000 | 100010 | 0 | 11001 | 11011110 | 101010 | 111001 |
Color Harmonies of #647FBF
Complementary color
Monochromatic Colors of #647FBF
Black with #647FBF
Text Example
Text Example
White with #647FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647FBF; }
p { color: rgb(100,127,191); }
H1.HeaderClassName
{
color: #647FBF;
}
.AnyTagClassName
{
color: #647FBF;
}
</style>
background-color css
<style>
a { background-color: #647FBF; }
a { background-color: rgb(100,127,191); }
div.DivClassName
{
background-color: #647FBF;
}
.BgClassName
{
background-color: #647FBF;
}
</style>
border-color css
<style>
span { border-color: #647FBF; }
span { border-color: rgb(100,127,191); }
td.TdClassName
{
border-color: #647FBF;
}
.TagClassName
{
border-color: #647FBF;
}
</style>