Shades of Havelock Blue #647FC3
Tints of Havelock Blue #647FC3
RGB
CMYK
RGB Variations
Color information
#647FC3 (or 0x647FC3) is known color: Havelock Blue. HEX triplet: 64, 7F and C3. RGB value is (100,127,195). Sum of RGB (Red+Green+Blue) = 100+127+195=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 195 - color contains mainly: blue. Hex color #647FC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FC3 is #9B803C. Grayscale: #7E7E7E. Windows color (decimal): -10190909 or 12812132. OLE color: 12812132.
HSL color Cylindrical-coordinate representation of color #647FC3: hue angle of 222.95º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #647FC3 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 127 | 195 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.24 |
| HSL | 222.95º | 0.44% | 0.58% | - |
| HSV(B) | 222.95º | 0.49% | 0.76% | - |
| XYZ | 22.7 | 21.83 | 54.65 | - |
| YUV | 126.68 | 166.55 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 195 | 0.49 | 0.35 | 0 | 0.24 | 222.95 | 0.44 | 0.58 |
| Hex | 64 | 7F | C3 | 31 | 23 | 0 | 18 | DF | 2C | 3A |
| Octal | 144 | 177 | 303 | 61 | 43 | 0 | 30 | 337 | 54 | 72 |
| Binary | 1100100 | 1111111 | 11000011 | 110001 | 100011 | 0 | 11000 | 11011111 | 101100 | 111010 |
Color Harmonies of #647FC3
Complementary color
Monochromatic Colors of #647FC3
Black with #647FC3
Text Example
Text Example
White with #647FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647FC3; }
p { color: rgb(100,127,195); }
H1.HeaderClassName
{
color: #647FC3;
}
.AnyTagClassName
{
color: #647FC3;
}
</style>
background-color css
<style>
a { background-color: #647FC3; }
a { background-color: rgb(100,127,195); }
div.DivClassName
{
background-color: #647FC3;
}
.BgClassName
{
background-color: #647FC3;
}
</style>
border-color css
<style>
span { border-color: #647FC3; }
span { border-color: rgb(100,127,195); }
td.TdClassName
{
border-color: #647FC3;
}
.TagClassName
{
border-color: #647FC3;
}
</style>