Shades of Havelock Blue #687EC9
Tints of Havelock Blue #687EC9
RGB
CMYK
RGB Variations
Color information
#687EC9 (or 0x687EC9) is known color: Havelock Blue. HEX triplet: 68, 7E and C9. RGB value is (104,126,201). Sum of RGB (Red+Green+Blue) = 104+126+201=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #687EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687EC9 is #978136. Grayscale: #7F7F7F. Windows color (decimal): -9929015 or 13205096. OLE color: 13205096.
HSL color Cylindrical-coordinate representation of color #687EC9: hue angle of 226.39º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #687EC9 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 126 | 201 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.21 |
| HSL | 226.39º | 0.47% | 0.6% | - |
| HSV(B) | 226.39º | 0.48% | 0.79% | - |
| XYZ | 23.71 | 22.08 | 58.27 | - |
| YUV | 127.97 | 169.21 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 201 | 0.48 | 0.37 | 0 | 0.21 | 226.39 | 0.47 | 0.6 |
| Hex | 68 | 7E | C9 | 30 | 25 | 0 | 15 | E2 | 2F | 3C |
| Octal | 150 | 176 | 311 | 60 | 45 | 0 | 25 | 342 | 57 | 74 |
| Binary | 1101000 | 1111110 | 11001001 | 110000 | 100101 | 0 | 10101 | 11100010 | 101111 | 111100 |
Color Harmonies of #687EC9
Complementary color
Monochromatic Colors of #687EC9
Black with #687EC9
Text Example
Text Example
White with #687EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687EC9; }
p { color: rgb(104,126,201); }
H1.HeaderClassName
{
color: #687EC9;
}
.AnyTagClassName
{
color: #687EC9;
}
</style>
background-color css
<style>
a { background-color: #687EC9; }
a { background-color: rgb(104,126,201); }
div.DivClassName
{
background-color: #687EC9;
}
.BgClassName
{
background-color: #687EC9;
}
</style>
border-color css
<style>
span { border-color: #687EC9; }
span { border-color: rgb(104,126,201); }
td.TdClassName
{
border-color: #687EC9;
}
.TagClassName
{
border-color: #687EC9;
}
</style>