Shades of Storm Grey #6F758A
Tints of Storm Grey #6F758A
RGB
CMYK
RGB Variations
Color information
#6F758A (or 0x6F758A) is known color: Storm Grey. HEX triplet: 6F, 75 and 8A. RGB value is (111,117,138). Sum of RGB (Red+Green+Blue) = 111+117+138=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F758A is #908A75. Grayscale: #757575. Windows color (decimal): -9472630 or 9074031. OLE color: 9074031.
HSL color Cylindrical-coordinate representation of color #6F758A: hue angle of 226.67º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F758A is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 117 | 138 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.46 |
| HSL | 226.67º | 0.11% | 0.49% | - |
| HSV(B) | 226.67º | 0.2% | 0.54% | - |
| XYZ | 17.5 | 17.94 | 26.58 | - |
| YUV | 117.6 | 139.51 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 117 | 138 | 0.20 | 0.15 | 0 | 0.46 | 226.67 | 0.11 | 0.49 |
| Hex | 6F | 75 | 8A | 14 | F | 0 | 2E | E3 | B | 31 |
| Octal | 157 | 165 | 212 | 24 | 17 | 0 | 56 | 343 | 13 | 61 |
| Binary | 1101111 | 1110101 | 10001010 | 10100 | 1111 | 0 | 101110 | 11100011 | 1011 | 110001 |
Color Harmonies of #6F758A
Complementary color
Monochromatic Colors of #6F758A
Black with #6F758A
Text Example
Text Example
White with #6F758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F758A; }
p { color: rgb(111,117,138); }
H1.HeaderClassName
{
color: #6F758A;
}
.AnyTagClassName
{
color: #6F758A;
}
</style>
background-color css
<style>
a { background-color: #6F758A; }
a { background-color: rgb(111,117,138); }
div.DivClassName
{
background-color: #6F758A;
}
.BgClassName
{
background-color: #6F758A;
}
</style>
border-color css
<style>
span { border-color: #6F758A; }
span { border-color: rgb(111,117,138); }
td.TdClassName
{
border-color: #6F758A;
}
.TagClassName
{
border-color: #6F758A;
}
</style>