Shades of Havelock Blue #647BCE
Tints of Havelock Blue #647BCE
RGB
CMYK
RGB Variations
Color information
#647BCE (or 0x647BCE) is known color: Havelock Blue. HEX triplet: 64, 7B and CE. RGB value is (100,123,206). Sum of RGB (Red+Green+Blue) = 100+123+206=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #647BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647BCE is #9B8431. Grayscale: #7D7D7D. Windows color (decimal): -10191922 or 13532004. OLE color: 13532004.
HSL color Cylindrical-coordinate representation of color #647BCE: hue angle of 226.98º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #647BCE is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 123 | 206 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.19 |
| HSL | 226.98º | 0.52% | 0.6% | - |
| HSV(B) | 226.98º | 0.51% | 0.81% | - |
| XYZ | 23.48 | 21.33 | 61.27 | - |
| YUV | 125.59 | 173.38 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 206 | 0.51 | 0.40 | 0 | 0.19 | 226.98 | 0.52 | 0.6 |
| Hex | 64 | 7B | CE | 33 | 28 | 0 | 13 | E3 | 34 | 3C |
| Octal | 144 | 173 | 316 | 63 | 50 | 0 | 23 | 343 | 64 | 74 |
| Binary | 1100100 | 1111011 | 11001110 | 110011 | 101000 | 0 | 10011 | 11100011 | 110100 | 111100 |
Color Harmonies of #647BCE
Complementary color
Monochromatic Colors of #647BCE
Black with #647BCE
Text Example
Text Example
White with #647BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647BCE; }
p { color: rgb(100,123,206); }
H1.HeaderClassName
{
color: #647BCE;
}
.AnyTagClassName
{
color: #647BCE;
}
</style>
background-color css
<style>
a { background-color: #647BCE; }
a { background-color: rgb(100,123,206); }
div.DivClassName
{
background-color: #647BCE;
}
.BgClassName
{
background-color: #647BCE;
}
</style>
border-color css
<style>
span { border-color: #647BCE; }
span { border-color: rgb(100,123,206); }
td.TdClassName
{
border-color: #647BCE;
}
.TagClassName
{
border-color: #647BCE;
}
</style>