Shades of Havelock Blue #687ECD
Tints of Havelock Blue #687ECD
RGB
CMYK
RGB Variations
Color information
#687ECD (or 0x687ECD) is known color: Havelock Blue. HEX triplet: 68, 7E and CD. RGB value is (104,126,205). Sum of RGB (Red+Green+Blue) = 104+126+205=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #687ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687ECD is #978132. Grayscale: #808080. Windows color (decimal): -9929011 or 13467240. OLE color: 13467240.
HSL color Cylindrical-coordinate representation of color #687ECD: hue angle of 226.93º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #687ECD is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 126 | 205 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.20 |
| HSL | 226.93º | 0.5% | 0.61% | - |
| HSV(B) | 226.93º | 0.49% | 0.8% | - |
| XYZ | 24.19 | 22.27 | 60.78 | - |
| YUV | 128.43 | 171.21 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 205 | 0.49 | 0.39 | 0 | 0.20 | 226.93 | 0.5 | 0.61 |
| Hex | 68 | 7E | CD | 31 | 27 | 0 | 14 | E3 | 32 | 3D |
| Octal | 150 | 176 | 315 | 61 | 47 | 0 | 24 | 343 | 62 | 75 |
| Binary | 1101000 | 1111110 | 11001101 | 110001 | 100111 | 0 | 10100 | 11100011 | 110010 | 111101 |
Color Harmonies of #687ECD
Complementary color
Monochromatic Colors of #687ECD
Black with #687ECD
Text Example
Text Example
White with #687ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687ECD; }
p { color: rgb(104,126,205); }
H1.HeaderClassName
{
color: #687ECD;
}
.AnyTagClassName
{
color: #687ECD;
}
</style>
background-color css
<style>
a { background-color: #687ECD; }
a { background-color: rgb(104,126,205); }
div.DivClassName
{
background-color: #687ECD;
}
.BgClassName
{
background-color: #687ECD;
}
</style>
border-color css
<style>
span { border-color: #687ECD; }
span { border-color: rgb(104,126,205); }
td.TdClassName
{
border-color: #687ECD;
}
.TagClassName
{
border-color: #687ECD;
}
</style>