Shades of Storm Grey #686F87
Tints of Storm Grey #686F87
RGB
CMYK
RGB Variations
Color information
#686F87 (or 0x686F87) is known color: Storm Grey. HEX triplet: 68, 6F and 87. RGB value is (104,111,135). Sum of RGB (Red+Green+Blue) = 104+111+135=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 135 - color contains mainly: blue. Hex color #686F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F87 is #979078. Grayscale: #6F6F6F. Windows color (decimal): -9932921 or 8875880. OLE color: 8875880.
HSL color Cylindrical-coordinate representation of color #686F87: hue angle of 226.45º 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 #686F87 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 111 | 135 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.47 |
| HSL | 226.45º | 0.13% | 0.47% | - |
| HSV(B) | 226.45º | 0.23% | 0.53% | - |
| XYZ | 15.77 | 16.06 | 25.19 | - |
| YUV | 111.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 135 | 0.23 | 0.18 | 0 | 0.47 | 226.45 | 0.13 | 0.47 |
| Hex | 68 | 6F | 87 | 17 | 12 | 0 | 2F | E2 | D | 2F |
| Octal | 150 | 157 | 207 | 27 | 22 | 0 | 57 | 342 | 15 | 57 |
| Binary | 1101000 | 1101111 | 10000111 | 10111 | 10010 | 0 | 101111 | 11100010 | 1101 | 101111 |
Color Harmonies of #686F87
Complementary color
Monochromatic Colors of #686F87
Black with #686F87
Text Example
Text Example
White with #686F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F87; }
p { color: rgb(104,111,135); }
H1.HeaderClassName
{
color: #686F87;
}
.AnyTagClassName
{
color: #686F87;
}
</style>
background-color css
<style>
a { background-color: #686F87; }
a { background-color: rgb(104,111,135); }
div.DivClassName
{
background-color: #686F87;
}
.BgClassName
{
background-color: #686F87;
}
</style>
border-color css
<style>
span { border-color: #686F87; }
span { border-color: rgb(104,111,135); }
td.TdClassName
{
border-color: #686F87;
}
.TagClassName
{
border-color: #686F87;
}
</style>