Shades of Storm Grey #6F7595
Tints of Storm Grey #6F7595
RGB
CMYK
RGB Variations
Color information
#6F7595 (or 0x6F7595) is known color: Storm Grey. HEX triplet: 6F, 75 and 95. RGB value is (111,117,149). Sum of RGB (Red+Green+Blue) = 111+117+149=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F7595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7595 is #908A6A. Grayscale: #767676. Windows color (decimal): -9472619 or 9794927. OLE color: 9794927.
HSL color Cylindrical-coordinate representation of color #6F7595: hue angle of 230.53º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F7595 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 117 | 149 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.42 |
| HSL | 230.53º | 0.15% | 0.51% | - |
| HSV(B) | 230.53º | 0.26% | 0.58% | - |
| XYZ | 18.34 | 18.27 | 30.99 | - |
| YUV | 118.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 117 | 149 | 0.26 | 0.21 | 0 | 0.42 | 230.53 | 0.15 | 0.51 |
| Hex | 6F | 75 | 95 | 1A | 15 | 0 | 2A | E7 | F | 33 |
| Octal | 157 | 165 | 225 | 32 | 25 | 0 | 52 | 347 | 17 | 63 |
| Binary | 1101111 | 1110101 | 10010101 | 11010 | 10101 | 0 | 101010 | 11100111 | 1111 | 110011 |
Color Harmonies of #6F7595
Complementary color
Monochromatic Colors of #6F7595
Black with #6F7595
Text Example
Text Example
White with #6F7595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7595; }
p { color: rgb(111,117,149); }
H1.HeaderClassName
{
color: #6F7595;
}
.AnyTagClassName
{
color: #6F7595;
}
</style>
background-color css
<style>
a { background-color: #6F7595; }
a { background-color: rgb(111,117,149); }
div.DivClassName
{
background-color: #6F7595;
}
.BgClassName
{
background-color: #6F7595;
}
</style>
border-color css
<style>
span { border-color: #6F7595; }
span { border-color: rgb(111,117,149); }
td.TdClassName
{
border-color: #6F7595;
}
.TagClassName
{
border-color: #6F7595;
}
</style>