Shades of Storm Grey #6F758B
Tints of Storm Grey #6F758B
RGB
CMYK
RGB Variations
Color information
#6F758B (or 0x6F758B) is known color: Storm Grey. HEX triplet: 6F, 75 and 8B. RGB value is (111,117,139). Sum of RGB (Red+Green+Blue) = 111+117+139=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F758B is #908A74. Grayscale: #757575. Windows color (decimal): -9472629 or 9139567. OLE color: 9139567.
HSL color Cylindrical-coordinate representation of color #6F758B: hue angle of 227.14º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F758B is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 117 | 139 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.45 |
| HSL | 227.14º | 0.11% | 0.49% | - |
| HSV(B) | 227.14º | 0.2% | 0.55% | - |
| XYZ | 17.58 | 17.97 | 26.97 | - |
| YUV | 117.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 117 | 139 | 0.20 | 0.16 | 0 | 0.45 | 227.14 | 0.11 | 0.49 |
| Hex | 6F | 75 | 8B | 14 | 10 | 0 | 2D | E3 | B | 31 |
| Octal | 157 | 165 | 213 | 24 | 20 | 0 | 55 | 343 | 13 | 61 |
| Binary | 1101111 | 1110101 | 10001011 | 10100 | 10000 | 0 | 101101 | 11100011 | 1011 | 110001 |
Color Harmonies of #6F758B
Complementary color
Monochromatic Colors of #6F758B
Black with #6F758B
Text Example
Text Example
White with #6F758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F758B; }
p { color: rgb(111,117,139); }
H1.HeaderClassName
{
color: #6F758B;
}
.AnyTagClassName
{
color: #6F758B;
}
</style>
background-color css
<style>
a { background-color: #6F758B; }
a { background-color: rgb(111,117,139); }
div.DivClassName
{
background-color: #6F758B;
}
.BgClassName
{
background-color: #6F758B;
}
</style>
border-color css
<style>
span { border-color: #6F758B; }
span { border-color: rgb(111,117,139); }
td.TdClassName
{
border-color: #6F758B;
}
.TagClassName
{
border-color: #6F758B;
}
</style>