Shades of Havelock Blue #687ECE
Tints of Havelock Blue #687ECE
RGB
CMYK
RGB Variations
Color information
#687ECE (or 0x687ECE) is known color: Havelock Blue. HEX triplet: 68, 7E and CE. RGB value is (104,126,206). Sum of RGB (Red+Green+Blue) = 104+126+206=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #687ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687ECE is #978131. Grayscale: #808080. Windows color (decimal): -9929010 or 13532776. OLE color: 13532776.
HSL color Cylindrical-coordinate representation of color #687ECE: hue angle of 227.06º degrees, saturation: 0.51, 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 #687ECE is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 126 | 206 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.19 |
| HSL | 227.06º | 0.51% | 0.61% | - |
| HSV(B) | 227.06º | 0.5% | 0.81% | - |
| XYZ | 24.31 | 22.32 | 61.42 | - |
| YUV | 128.54 | 171.71 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 206 | 0.50 | 0.39 | 0 | 0.19 | 227.06 | 0.51 | 0.61 |
| Hex | 68 | 7E | CE | 32 | 27 | 0 | 13 | E3 | 33 | 3D |
| Octal | 150 | 176 | 316 | 62 | 47 | 0 | 23 | 343 | 63 | 75 |
| Binary | 1101000 | 1111110 | 11001110 | 110010 | 100111 | 0 | 10011 | 11100011 | 110011 | 111101 |
Color Harmonies of #687ECE
Complementary color
Monochromatic Colors of #687ECE
Black with #687ECE
Text Example
Text Example
White with #687ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687ECE; }
p { color: rgb(104,126,206); }
H1.HeaderClassName
{
color: #687ECE;
}
.AnyTagClassName
{
color: #687ECE;
}
</style>
background-color css
<style>
a { background-color: #687ECE; }
a { background-color: rgb(104,126,206); }
div.DivClassName
{
background-color: #687ECE;
}
.BgClassName
{
background-color: #687ECE;
}
</style>
border-color css
<style>
span { border-color: #687ECE; }
span { border-color: rgb(104,126,206); }
td.TdClassName
{
border-color: #687ECE;
}
.TagClassName
{
border-color: #687ECE;
}
</style>