Shades of Havelock Blue #687ECF
Tints of Havelock Blue #687ECF
RGB
CMYK
RGB Variations
Color information
#687ECF (or 0x687ECF) is known color: Havelock Blue. HEX triplet: 68, 7E and CF. RGB value is (104,126,207). Sum of RGB (Red+Green+Blue) = 104+126+207=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #687ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687ECF is #978130. Grayscale: #808080. Windows color (decimal): -9929009 or 13598312. OLE color: 13598312.
HSL color Cylindrical-coordinate representation of color #687ECF: hue angle of 227.18º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #687ECF is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 126 | 207 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.19 |
| HSL | 227.18º | 0.52% | 0.61% | - |
| HSV(B) | 227.18º | 0.5% | 0.81% | - |
| XYZ | 24.43 | 22.37 | 62.06 | - |
| YUV | 128.66 | 172.21 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 207 | 0.50 | 0.39 | 0 | 0.19 | 227.18 | 0.52 | 0.61 |
| Hex | 68 | 7E | CF | 32 | 27 | 0 | 13 | E3 | 34 | 3D |
| Octal | 150 | 176 | 317 | 62 | 47 | 0 | 23 | 343 | 64 | 75 |
| Binary | 1101000 | 1111110 | 11001111 | 110010 | 100111 | 0 | 10011 | 11100011 | 110100 | 111101 |
Color Harmonies of #687ECF
Complementary color
Monochromatic Colors of #687ECF
Black with #687ECF
Text Example
Text Example
White with #687ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687ECF; }
p { color: rgb(104,126,207); }
H1.HeaderClassName
{
color: #687ECF;
}
.AnyTagClassName
{
color: #687ECF;
}
</style>
background-color css
<style>
a { background-color: #687ECF; }
a { background-color: rgb(104,126,207); }
div.DivClassName
{
background-color: #687ECF;
}
.BgClassName
{
background-color: #687ECF;
}
</style>
border-color css
<style>
span { border-color: #687ECF; }
span { border-color: rgb(104,126,207); }
td.TdClassName
{
border-color: #687ECF;
}
.TagClassName
{
border-color: #687ECF;
}
</style>