Shades of Storm Grey #6F788B
Tints of Storm Grey #6F788B
RGB
CMYK
RGB Variations
Color information
#6F788B (or 0x6F788B) is known color: Storm Grey. HEX triplet: 6F, 78 and 8B. RGB value is (111,120,139). Sum of RGB (Red+Green+Blue) = 111+120+139=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F788B is #908774. Grayscale: #777777. Windows color (decimal): -9471861 or 9140335. OLE color: 9140335.
HSL color Cylindrical-coordinate representation of color #6F788B: hue angle of 220.71º 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 #6F788B is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 120 | 139 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.45 |
| HSL | 220.71º | 0.11% | 0.49% | - |
| HSV(B) | 220.71º | 0.2% | 0.55% | - |
| XYZ | 17.93 | 18.68 | 27.09 | - |
| YUV | 119.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 139 | 0.20 | 0.14 | 0 | 0.45 | 220.71 | 0.11 | 0.49 |
| Hex | 6F | 78 | 8B | 14 | E | 0 | 2D | DD | B | 31 |
| Octal | 157 | 170 | 213 | 24 | 16 | 0 | 55 | 335 | 13 | 61 |
| Binary | 1101111 | 1111000 | 10001011 | 10100 | 1110 | 0 | 101101 | 11011101 | 1011 | 110001 |
Color Harmonies of #6F788B
Complementary color
Monochromatic Colors of #6F788B
Black with #6F788B
Text Example
Text Example
White with #6F788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F788B; }
p { color: rgb(111,120,139); }
H1.HeaderClassName
{
color: #6F788B;
}
.AnyTagClassName
{
color: #6F788B;
}
</style>
background-color css
<style>
a { background-color: #6F788B; }
a { background-color: rgb(111,120,139); }
div.DivClassName
{
background-color: #6F788B;
}
.BgClassName
{
background-color: #6F788B;
}
</style>
border-color css
<style>
span { border-color: #6F788B; }
span { border-color: rgb(111,120,139); }
td.TdClassName
{
border-color: #6F788B;
}
.TagClassName
{
border-color: #6F788B;
}
</style>