Shades of Storm Grey #6F758F
Tints of Storm Grey #6F758F
RGB
CMYK
RGB Variations
Color information
#6F758F (or 0x6F758F) is known color: Storm Grey. HEX triplet: 6F, 75 and 8F. RGB value is (111,117,143). Sum of RGB (Red+Green+Blue) = 111+117+143=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 143 - color contains mainly: blue. Hex color #6F758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F758F is #908A70. Grayscale: #767676. Windows color (decimal): -9472625 or 9401711. OLE color: 9401711.
HSL color Cylindrical-coordinate representation of color #6F758F: hue angle of 228.75º degrees, saturation: 0.13, 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 #6F758F is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 117 | 143 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.44 |
| HSL | 228.75º | 0.13% | 0.5% | - |
| HSV(B) | 228.75º | 0.22% | 0.56% | - |
| XYZ | 17.87 | 18.09 | 28.54 | - |
| YUV | 118.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 117 | 143 | 0.22 | 0.18 | 0 | 0.44 | 228.75 | 0.13 | 0.5 |
| Hex | 6F | 75 | 8F | 16 | 12 | 0 | 2C | E5 | D | 32 |
| Octal | 157 | 165 | 217 | 26 | 22 | 0 | 54 | 345 | 15 | 62 |
| Binary | 1101111 | 1110101 | 10001111 | 10110 | 10010 | 0 | 101100 | 11100101 | 1101 | 110010 |
Color Harmonies of #6F758F
Complementary color
Monochromatic Colors of #6F758F
Black with #6F758F
Text Example
Text Example
White with #6F758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F758F; }
p { color: rgb(111,117,143); }
H1.HeaderClassName
{
color: #6F758F;
}
.AnyTagClassName
{
color: #6F758F;
}
</style>
background-color css
<style>
a { background-color: #6F758F; }
a { background-color: rgb(111,117,143); }
div.DivClassName
{
background-color: #6F758F;
}
.BgClassName
{
background-color: #6F758F;
}
</style>
border-color css
<style>
span { border-color: #6F758F; }
span { border-color: rgb(111,117,143); }
td.TdClassName
{
border-color: #6F758F;
}
.TagClassName
{
border-color: #6F758F;
}
</style>