Shades of Storm Grey #6F788D
Tints of Storm Grey #6F788D
RGB
CMYK
RGB Variations
Color information
#6F788D (or 0x6F788D) is known color: Storm Grey. HEX triplet: 6F, 78 and 8D. RGB value is (111,120,141). Sum of RGB (Red+Green+Blue) = 111+120+141=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F788D is #908772. Grayscale: #777777. Windows color (decimal): -9471859 or 9271407. OLE color: 9271407.
HSL color Cylindrical-coordinate representation of color #6F788D: hue angle of 222º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F788D is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 120 | 141 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.45 |
| HSL | 222º | 0.12% | 0.49% | - |
| HSV(B) | 222º | 0.21% | 0.55% | - |
| XYZ | 18.08 | 18.74 | 27.86 | - |
| YUV | 119.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 141 | 0.21 | 0.15 | 0 | 0.45 | 222 | 0.12 | 0.49 |
| Hex | 6F | 78 | 8D | 15 | F | 0 | 2D | DE | C | 31 |
| Octal | 157 | 170 | 215 | 25 | 17 | 0 | 55 | 336 | 14 | 61 |
| Binary | 1101111 | 1111000 | 10001101 | 10101 | 1111 | 0 | 101101 | 11011110 | 1100 | 110001 |
Color Harmonies of #6F788D
Complementary color
Monochromatic Colors of #6F788D
Black with #6F788D
Text Example
Text Example
White with #6F788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F788D; }
p { color: rgb(111,120,141); }
H1.HeaderClassName
{
color: #6F788D;
}
.AnyTagClassName
{
color: #6F788D;
}
</style>
background-color css
<style>
a { background-color: #6F788D; }
a { background-color: rgb(111,120,141); }
div.DivClassName
{
background-color: #6F788D;
}
.BgClassName
{
background-color: #6F788D;
}
</style>
border-color css
<style>
span { border-color: #6F788D; }
span { border-color: rgb(111,120,141); }
td.TdClassName
{
border-color: #6F788D;
}
.TagClassName
{
border-color: #6F788D;
}
</style>