Shades of Storm Grey #6C708D
Tints of Storm Grey #6C708D
RGB
CMYK
RGB Variations
Color information
#6C708D (or 0x6C708D) is known color: Storm Grey. HEX triplet: 6C, 70 and 8D. RGB value is (108,112,141). Sum of RGB (Red+Green+Blue) = 108+112+141=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C708D is #938F72. Grayscale: #717171. Windows color (decimal): -9670515 or 9269356. OLE color: 9269356.
HSL color Cylindrical-coordinate representation of color #6C708D: hue angle of 232.73º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C708D is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 112 | 141 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.45 |
| HSL | 232.73º | 0.13% | 0.49% | - |
| HSV(B) | 232.73º | 0.23% | 0.55% | - |
| XYZ | 16.79 | 16.7 | 27.54 | - |
| YUV | 114.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 112 | 141 | 0.23 | 0.21 | 0 | 0.45 | 232.73 | 0.13 | 0.49 |
| Hex | 6C | 70 | 8D | 17 | 15 | 0 | 2D | E9 | D | 31 |
| Octal | 154 | 160 | 215 | 27 | 25 | 0 | 55 | 351 | 15 | 61 |
| Binary | 1101100 | 1110000 | 10001101 | 10111 | 10101 | 0 | 101101 | 11101001 | 1101 | 110001 |
Color Harmonies of #6C708D
Complementary color
Monochromatic Colors of #6C708D
Black with #6C708D
Text Example
Text Example
White with #6C708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C708D; }
p { color: rgb(108,112,141); }
H1.HeaderClassName
{
color: #6C708D;
}
.AnyTagClassName
{
color: #6C708D;
}
</style>
background-color css
<style>
a { background-color: #6C708D; }
a { background-color: rgb(108,112,141); }
div.DivClassName
{
background-color: #6C708D;
}
.BgClassName
{
background-color: #6C708D;
}
</style>
border-color css
<style>
span { border-color: #6C708D; }
span { border-color: rgb(108,112,141); }
td.TdClassName
{
border-color: #6C708D;
}
.TagClassName
{
border-color: #6C708D;
}
</style>