Shades of Storm Grey #6F7486
Tints of Storm Grey #6F7486
RGB
CMYK
RGB Variations
Color information
#6F7486 (or 0x6F7486) is known color: Storm Grey. HEX triplet: 6F, 74 and 86. RGB value is (111,116,134). Sum of RGB (Red+Green+Blue) = 111+116+134=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 134 - color contains mainly: blue. Hex color #6F7486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7486 is #908B79. Grayscale: #747474. Windows color (decimal): -9472890 or 8811631. OLE color: 8811631.
HSL color Cylindrical-coordinate representation of color #6F7486: hue angle of 226.96º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F7486 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 116 | 134 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.47 |
| HSL | 226.96º | 0.09% | 0.48% | - |
| HSV(B) | 226.96º | 0.17% | 0.53% | - |
| XYZ | 17.1 | 17.59 | 25.05 | - |
| YUV | 116.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 134 | 0.17 | 0.13 | 0 | 0.47 | 226.96 | 0.09 | 0.48 |
| Hex | 6F | 74 | 86 | 11 | D | 0 | 2F | E3 | 9 | 30 |
| Octal | 157 | 164 | 206 | 21 | 15 | 0 | 57 | 343 | 11 | 60 |
| Binary | 1101111 | 1110100 | 10000110 | 10001 | 1101 | 0 | 101111 | 11100011 | 1001 | 110000 |
Color Harmonies of #6F7486
Complementary color
Monochromatic Colors of #6F7486
Black with #6F7486
Text Example
Text Example
White with #6F7486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7486; }
p { color: rgb(111,116,134); }
H1.HeaderClassName
{
color: #6F7486;
}
.AnyTagClassName
{
color: #6F7486;
}
</style>
background-color css
<style>
a { background-color: #6F7486; }
a { background-color: rgb(111,116,134); }
div.DivClassName
{
background-color: #6F7486;
}
.BgClassName
{
background-color: #6F7486;
}
</style>
border-color css
<style>
span { border-color: #6F7486; }
span { border-color: rgb(111,116,134); }
td.TdClassName
{
border-color: #6F7486;
}
.TagClassName
{
border-color: #6F7486;
}
</style>