Shades of Storm Grey #686D84
Tints of Storm Grey #686D84
RGB
CMYK
RGB Variations
Color information
#686D84 (or 0x686D84) is known color: Storm Grey. HEX triplet: 68, 6D and 84. RGB value is (104,109,132). Sum of RGB (Red+Green+Blue) = 104+109+132=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #686D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686D84 is #97927B. Grayscale: #6E6E6E. Windows color (decimal): -9933436 or 8678760. OLE color: 8678760.
HSL color Cylindrical-coordinate representation of color #686D84: hue angle of 229.29º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #686D84 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 109 | 132 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.48 |
| HSL | 229.29º | 0.12% | 0.46% | - |
| HSV(B) | 229.29º | 0.21% | 0.52% | - |
| XYZ | 15.34 | 15.55 | 24.02 | - |
| YUV | 110.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 132 | 0.21 | 0.17 | 0 | 0.48 | 229.29 | 0.12 | 0.46 |
| Hex | 68 | 6D | 84 | 15 | 11 | 0 | 30 | E5 | C | 2E |
| Octal | 150 | 155 | 204 | 25 | 21 | 0 | 60 | 345 | 14 | 56 |
| Binary | 1101000 | 1101101 | 10000100 | 10101 | 10001 | 0 | 110000 | 11100101 | 1100 | 101110 |
Color Harmonies of #686D84
Complementary color
Monochromatic Colors of #686D84
Black with #686D84
Text Example
Text Example
White with #686D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D84; }
p { color: rgb(104,109,132); }
H1.HeaderClassName
{
color: #686D84;
}
.AnyTagClassName
{
color: #686D84;
}
</style>
background-color css
<style>
a { background-color: #686D84; }
a { background-color: rgb(104,109,132); }
div.DivClassName
{
background-color: #686D84;
}
.BgClassName
{
background-color: #686D84;
}
</style>
border-color css
<style>
span { border-color: #686D84; }
span { border-color: rgb(104,109,132); }
td.TdClassName
{
border-color: #686D84;
}
.TagClassName
{
border-color: #686D84;
}
</style>