Shades of Storm Grey #6F737C
Tints of Storm Grey #6F737C
RGB
CMYK
RGB Variations
Color information
#6F737C (or 0x6F737C) is known color: Storm Grey. HEX triplet: 6F, 73 and 7C. RGB value is (111,115,124). Sum of RGB (Red+Green+Blue) = 111+115+124=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F737C is #908C83. Grayscale: #727272. Windows color (decimal): -9473156 or 8156015. OLE color: 8156015.
HSL color Cylindrical-coordinate representation of color #6F737C: hue angle of 221.54º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F737C is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 115 | 124 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.51 |
| HSL | 221.54º | 0.06% | 0.46% | - |
| HSV(B) | 221.54º | 0.1% | 0.49% | - |
| XYZ | 16.32 | 17.1 | 21.51 | - |
| YUV | 114.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 124 | 0.10 | 0.07 | 0 | 0.51 | 221.54 | 0.06 | 0.46 |
| Hex | 6F | 73 | 7C | A | 7 | 0 | 33 | DE | 6 | 2E |
| Octal | 157 | 163 | 174 | 12 | 7 | 0 | 63 | 336 | 6 | 56 |
| Binary | 1101111 | 1110011 | 1111100 | 1010 | 111 | 0 | 110011 | 11011110 | 110 | 101110 |
Color Harmonies of #6F737C
Complementary color
Monochromatic Colors of #6F737C
Black with #6F737C
Text Example
Text Example
White with #6F737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F737C; }
p { color: rgb(111,115,124); }
H1.HeaderClassName
{
color: #6F737C;
}
.AnyTagClassName
{
color: #6F737C;
}
</style>
background-color css
<style>
a { background-color: #6F737C; }
a { background-color: rgb(111,115,124); }
div.DivClassName
{
background-color: #6F737C;
}
.BgClassName
{
background-color: #6F737C;
}
</style>
border-color css
<style>
span { border-color: #6F737C; }
span { border-color: rgb(111,115,124); }
td.TdClassName
{
border-color: #6F737C;
}
.TagClassName
{
border-color: #6F737C;
}
</style>