Shades of Havelock Blue #647BC9
Tints of Havelock Blue #647BC9
RGB
CMYK
RGB Variations
Color information
#647BC9 (or 0x647BC9) is known color: Havelock Blue. HEX triplet: 64, 7B and C9. RGB value is (100,123,201). Sum of RGB (Red+Green+Blue) = 100+123+201=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #647BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647BC9 is #9B8436. Grayscale: #7C7C7C. Windows color (decimal): -10191927 or 13204324. OLE color: 13204324.
HSL color Cylindrical-coordinate representation of color #647BC9: hue angle of 226.34º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #647BC9 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 123 | 201 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.21 |
| HSL | 226.34º | 0.48% | 0.59% | - |
| HSV(B) | 226.34º | 0.5% | 0.79% | - |
| XYZ | 22.88 | 21.09 | 58.12 | - |
| YUV | 125.02 | 170.88 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 201 | 0.50 | 0.39 | 0 | 0.21 | 226.34 | 0.48 | 0.59 |
| Hex | 64 | 7B | C9 | 32 | 27 | 0 | 15 | E2 | 30 | 3B |
| Octal | 144 | 173 | 311 | 62 | 47 | 0 | 25 | 342 | 60 | 73 |
| Binary | 1100100 | 1111011 | 11001001 | 110010 | 100111 | 0 | 10101 | 11100010 | 110000 | 111011 |
Color Harmonies of #647BC9
Complementary color
Monochromatic Colors of #647BC9
Black with #647BC9
Text Example
Text Example
White with #647BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647BC9; }
p { color: rgb(100,123,201); }
H1.HeaderClassName
{
color: #647BC9;
}
.AnyTagClassName
{
color: #647BC9;
}
</style>
background-color css
<style>
a { background-color: #647BC9; }
a { background-color: rgb(100,123,201); }
div.DivClassName
{
background-color: #647BC9;
}
.BgClassName
{
background-color: #647BC9;
}
</style>
border-color css
<style>
span { border-color: #647BC9; }
span { border-color: rgb(100,123,201); }
td.TdClassName
{
border-color: #647BC9;
}
.TagClassName
{
border-color: #647BC9;
}
</style>