Shades of Havelock Blue #647FCB
Tints of Havelock Blue #647FCB
RGB
CMYK
RGB Variations
Color information
#647FCB (or 0x647FCB) is known color: Havelock Blue. HEX triplet: 64, 7F and CB. RGB value is (100,127,203). Sum of RGB (Red+Green+Blue) = 100+127+203=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #647FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FCB is #9B8034. Grayscale: #7F7F7F. Windows color (decimal): -10190901 or 13336420. OLE color: 13336420.
HSL color Cylindrical-coordinate representation of color #647FCB: hue angle of 224.27º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #647FCB is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 127 | 203 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.20 |
| HSL | 224.27º | 0.5% | 0.59% | - |
| HSV(B) | 224.27º | 0.51% | 0.8% | - |
| XYZ | 23.62 | 22.2 | 59.54 | - |
| YUV | 127.59 | 170.55 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 203 | 0.51 | 0.37 | 0 | 0.20 | 224.27 | 0.5 | 0.59 |
| Hex | 64 | 7F | CB | 33 | 25 | 0 | 14 | E0 | 32 | 3B |
| Octal | 144 | 177 | 313 | 63 | 45 | 0 | 24 | 340 | 62 | 73 |
| Binary | 1100100 | 1111111 | 11001011 | 110011 | 100101 | 0 | 10100 | 11100000 | 110010 | 111011 |
Color Harmonies of #647FCB
Complementary color
Monochromatic Colors of #647FCB
Black with #647FCB
Text Example
Text Example
White with #647FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647FCB; }
p { color: rgb(100,127,203); }
H1.HeaderClassName
{
color: #647FCB;
}
.AnyTagClassName
{
color: #647FCB;
}
</style>
background-color css
<style>
a { background-color: #647FCB; }
a { background-color: rgb(100,127,203); }
div.DivClassName
{
background-color: #647FCB;
}
.BgClassName
{
background-color: #647FCB;
}
</style>
border-color css
<style>
span { border-color: #647FCB; }
span { border-color: rgb(100,127,203); }
td.TdClassName
{
border-color: #647FCB;
}
.TagClassName
{
border-color: #647FCB;
}
</style>