Shades of Havelock Blue #647ACF
Tints of Havelock Blue #647ACF
RGB
CMYK
RGB Variations
Color information
#647ACF (or 0x647ACF) is known color: Havelock Blue. HEX triplet: 64, 7A and CF. RGB value is (100,122,207). Sum of RGB (Red+Green+Blue) = 100+122+207=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #647ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647ACF is #9B8530. Grayscale: #7C7C7C. Windows color (decimal): -10192177 or 13597284. OLE color: 13597284.
HSL color Cylindrical-coordinate representation of color #647ACF: hue angle of 227.66º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #647ACF is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 122 | 207 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.19 |
| HSL | 227.66º | 0.53% | 0.6% | - |
| HSV(B) | 227.66º | 0.52% | 0.81% | - |
| XYZ | 23.48 | 21.13 | 61.87 | - |
| YUV | 125.11 | 174.21 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 207 | 0.52 | 0.41 | 0 | 0.19 | 227.66 | 0.53 | 0.6 |
| Hex | 64 | 7A | CF | 34 | 29 | 0 | 13 | E4 | 35 | 3C |
| Octal | 144 | 172 | 317 | 64 | 51 | 0 | 23 | 344 | 65 | 74 |
| Binary | 1100100 | 1111010 | 11001111 | 110100 | 101001 | 0 | 10011 | 11100100 | 110101 | 111100 |
Color Harmonies of #647ACF
Complementary color
Monochromatic Colors of #647ACF
Black with #647ACF
Text Example
Text Example
White with #647ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647ACF; }
p { color: rgb(100,122,207); }
H1.HeaderClassName
{
color: #647ACF;
}
.AnyTagClassName
{
color: #647ACF;
}
</style>
background-color css
<style>
a { background-color: #647ACF; }
a { background-color: rgb(100,122,207); }
div.DivClassName
{
background-color: #647ACF;
}
.BgClassName
{
background-color: #647ACF;
}
</style>
border-color css
<style>
span { border-color: #647ACF; }
span { border-color: rgb(100,122,207); }
td.TdClassName
{
border-color: #647ACF;
}
.TagClassName
{
border-color: #647ACF;
}
</style>