Shades of Storm Grey #686E85
Tints of Storm Grey #686E85
RGB
CMYK
RGB Variations
Color information
#686E85 (or 0x686E85) is known color: Storm Grey. HEX triplet: 68, 6E and 85. RGB value is (104,110,133). Sum of RGB (Red+Green+Blue) = 104+110+133=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #686E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686E85 is #97917A. Grayscale: #6E6E6E. Windows color (decimal): -9933179 or 8744552. OLE color: 8744552.
HSL color Cylindrical-coordinate representation of color #686E85: hue angle of 227.59º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #686E85 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 110 | 133 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.48 |
| HSL | 227.59º | 0.12% | 0.46% | - |
| HSV(B) | 227.59º | 0.22% | 0.52% | - |
| XYZ | 15.52 | 15.79 | 24.42 | - |
| YUV | 110.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 133 | 0.22 | 0.17 | 0 | 0.48 | 227.59 | 0.12 | 0.46 |
| Hex | 68 | 6E | 85 | 16 | 11 | 0 | 30 | E4 | C | 2E |
| Octal | 150 | 156 | 205 | 26 | 21 | 0 | 60 | 344 | 14 | 56 |
| Binary | 1101000 | 1101110 | 10000101 | 10110 | 10001 | 0 | 110000 | 11100100 | 1100 | 101110 |
Color Harmonies of #686E85
Complementary color
Monochromatic Colors of #686E85
Black with #686E85
Text Example
Text Example
White with #686E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E85; }
p { color: rgb(104,110,133); }
H1.HeaderClassName
{
color: #686E85;
}
.AnyTagClassName
{
color: #686E85;
}
</style>
background-color css
<style>
a { background-color: #686E85; }
a { background-color: rgb(104,110,133); }
div.DivClassName
{
background-color: #686E85;
}
.BgClassName
{
background-color: #686E85;
}
</style>
border-color css
<style>
span { border-color: #686E85; }
span { border-color: rgb(104,110,133); }
td.TdClassName
{
border-color: #686E85;
}
.TagClassName
{
border-color: #686E85;
}
</style>