Shades of Storm Grey #6F717D
Tints of Storm Grey #6F717D
RGB
CMYK
RGB Variations
Color information
#6F717D (or 0x6F717D) is known color: Storm Grey. HEX triplet: 6F, 71 and 7D. RGB value is (111,113,125). Sum of RGB (Red+Green+Blue) = 111+113+125=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F717D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F717D is #908E82. Grayscale: #717171. Windows color (decimal): -9473667 or 8221039. OLE color: 8221039.
HSL color Cylindrical-coordinate representation of color #6F717D: hue angle of 231.43º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6F717D is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 113 | 125 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.51 |
| HSL | 231.43º | 0.06% | 0.46% | - |
| HSV(B) | 231.43º | 0.11% | 0.49% | - |
| XYZ | 16.16 | 16.67 | 21.77 | - |
| YUV | 113.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 125 | 0.11 | 0.10 | 0 | 0.51 | 231.43 | 0.06 | 0.46 |
| Hex | 6F | 71 | 7D | B | A | 0 | 33 | E7 | 6 | 2E |
| Octal | 157 | 161 | 175 | 13 | 12 | 0 | 63 | 347 | 6 | 56 |
| Binary | 1101111 | 1110001 | 1111101 | 1011 | 1010 | 0 | 110011 | 11100111 | 110 | 101110 |
Color Harmonies of #6F717D
Complementary color
Monochromatic Colors of #6F717D
Black with #6F717D
Text Example
Text Example
White with #6F717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F717D; }
p { color: rgb(111,113,125); }
H1.HeaderClassName
{
color: #6F717D;
}
.AnyTagClassName
{
color: #6F717D;
}
</style>
background-color css
<style>
a { background-color: #6F717D; }
a { background-color: rgb(111,113,125); }
div.DivClassName
{
background-color: #6F717D;
}
.BgClassName
{
background-color: #6F717D;
}
</style>
border-color css
<style>
span { border-color: #6F717D; }
span { border-color: rgb(111,113,125); }
td.TdClassName
{
border-color: #6F717D;
}
.TagClassName
{
border-color: #6F717D;
}
</style>