Shades of Storm Grey #6F758E
Tints of Storm Grey #6F758E
RGB
CMYK
RGB Variations
Color information
#6F758E (or 0x6F758E) is known color: Storm Grey. HEX triplet: 6F, 75 and 8E. RGB value is (111,117,142). Sum of RGB (Red+Green+Blue) = 111+117+142=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F758E is #908A71. Grayscale: #757575. Windows color (decimal): -9472626 or 9336175. OLE color: 9336175.
HSL color Cylindrical-coordinate representation of color #6F758E: hue angle of 228.39º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F758E is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 117 | 142 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.44 |
| HSL | 228.39º | 0.12% | 0.5% | - |
| HSV(B) | 228.39º | 0.22% | 0.56% | - |
| XYZ | 17.8 | 18.06 | 28.14 | - |
| YUV | 118.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 117 | 142 | 0.22 | 0.18 | 0 | 0.44 | 228.39 | 0.12 | 0.5 |
| Hex | 6F | 75 | 8E | 16 | 12 | 0 | 2C | E4 | C | 32 |
| Octal | 157 | 165 | 216 | 26 | 22 | 0 | 54 | 344 | 14 | 62 |
| Binary | 1101111 | 1110101 | 10001110 | 10110 | 10010 | 0 | 101100 | 11100100 | 1100 | 110010 |
Color Harmonies of #6F758E
Complementary color
Monochromatic Colors of #6F758E
Black with #6F758E
Text Example
Text Example
White with #6F758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F758E; }
p { color: rgb(111,117,142); }
H1.HeaderClassName
{
color: #6F758E;
}
.AnyTagClassName
{
color: #6F758E;
}
</style>
background-color css
<style>
a { background-color: #6F758E; }
a { background-color: rgb(111,117,142); }
div.DivClassName
{
background-color: #6F758E;
}
.BgClassName
{
background-color: #6F758E;
}
</style>
border-color css
<style>
span { border-color: #6F758E; }
span { border-color: rgb(111,117,142); }
td.TdClassName
{
border-color: #6F758E;
}
.TagClassName
{
border-color: #6F758E;
}
</style>