Shades of Storm Grey #687084
Tints of Storm Grey #687084
RGB
CMYK
RGB Variations
Color information
#687084 (or 0x687084) is known color: Storm Grey. HEX triplet: 68, 70 and 84. RGB value is (104,112,132). Sum of RGB (Red+Green+Blue) = 104+112+132=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 132 - color contains mainly: blue. Hex color #687084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687084 is #978F7B. Grayscale: #6F6F6F. Windows color (decimal): -9932668 or 8679528. OLE color: 8679528.
HSL color Cylindrical-coordinate representation of color #687084: hue angle of 222.86º 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 #687084 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 112 | 132 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.48 |
| HSL | 222.86º | 0.12% | 0.46% | - |
| HSV(B) | 222.86º | 0.21% | 0.52% | - |
| XYZ | 15.67 | 16.2 | 24.13 | - |
| YUV | 111.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 132 | 0.21 | 0.15 | 0 | 0.48 | 222.86 | 0.12 | 0.46 |
| Hex | 68 | 70 | 84 | 15 | F | 0 | 30 | DF | C | 2E |
| Octal | 150 | 160 | 204 | 25 | 17 | 0 | 60 | 337 | 14 | 56 |
| Binary | 1101000 | 1110000 | 10000100 | 10101 | 1111 | 0 | 110000 | 11011111 | 1100 | 101110 |
Color Harmonies of #687084
Complementary color
Monochromatic Colors of #687084
Black with #687084
Text Example
Text Example
White with #687084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687084; }
p { color: rgb(104,112,132); }
H1.HeaderClassName
{
color: #687084;
}
.AnyTagClassName
{
color: #687084;
}
</style>
background-color css
<style>
a { background-color: #687084; }
a { background-color: rgb(104,112,132); }
div.DivClassName
{
background-color: #687084;
}
.BgClassName
{
background-color: #687084;
}
</style>
border-color css
<style>
span { border-color: #687084; }
span { border-color: rgb(104,112,132); }
td.TdClassName
{
border-color: #687084;
}
.TagClassName
{
border-color: #687084;
}
</style>