Shades of Storm Grey #686E87
Tints of Storm Grey #686E87
RGB
CMYK
RGB Variations
Color information
#686E87 (or 0x686E87) is known color: Storm Grey. HEX triplet: 68, 6E and 87. RGB value is (104,110,135). Sum of RGB (Red+Green+Blue) = 104+110+135=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 135 - color contains mainly: blue. Hex color #686E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686E87 is #979178. Grayscale: #6E6E6E. Windows color (decimal): -9933177 or 8875624. OLE color: 8875624.
HSL color Cylindrical-coordinate representation of color #686E87: hue angle of 228.39º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #686E87 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 110 | 135 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.47 |
| HSL | 228.39º | 0.13% | 0.47% | - |
| HSV(B) | 228.39º | 0.23% | 0.53% | - |
| XYZ | 15.66 | 15.84 | 25.15 | - |
| YUV | 111.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 135 | 0.23 | 0.19 | 0 | 0.47 | 228.39 | 0.13 | 0.47 |
| Hex | 68 | 6E | 87 | 17 | 13 | 0 | 2F | E4 | D | 2F |
| Octal | 150 | 156 | 207 | 27 | 23 | 0 | 57 | 344 | 15 | 57 |
| Binary | 1101000 | 1101110 | 10000111 | 10111 | 10011 | 0 | 101111 | 11100100 | 1101 | 101111 |
Color Harmonies of #686E87
Complementary color
Monochromatic Colors of #686E87
Black with #686E87
Text Example
Text Example
White with #686E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E87; }
p { color: rgb(104,110,135); }
H1.HeaderClassName
{
color: #686E87;
}
.AnyTagClassName
{
color: #686E87;
}
</style>
background-color css
<style>
a { background-color: #686E87; }
a { background-color: rgb(104,110,135); }
div.DivClassName
{
background-color: #686E87;
}
.BgClassName
{
background-color: #686E87;
}
</style>
border-color css
<style>
span { border-color: #686E87; }
span { border-color: rgb(104,110,135); }
td.TdClassName
{
border-color: #686E87;
}
.TagClassName
{
border-color: #686E87;
}
</style>