Shades of Storm Grey #6F798A
Tints of Storm Grey #6F798A
RGB
CMYK
RGB Variations
Color information
#6F798A (or 0x6F798A) is known color: Storm Grey. HEX triplet: 6F, 79 and 8A. RGB value is (111,121,138). Sum of RGB (Red+Green+Blue) = 111+121+138=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F798A is #908675. Grayscale: #777777. Windows color (decimal): -9471606 or 9075055. OLE color: 9075055.
HSL color Cylindrical-coordinate representation of color #6F798A: hue angle of 217.78º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F798A is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 121 | 138 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.46 |
| HSL | 217.78º | 0.11% | 0.49% | - |
| HSV(B) | 217.78º | 0.2% | 0.54% | - |
| XYZ | 17.98 | 18.89 | 26.74 | - |
| YUV | 119.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 121 | 138 | 0.20 | 0.12 | 0 | 0.46 | 217.78 | 0.11 | 0.49 |
| Hex | 6F | 79 | 8A | 14 | C | 0 | 2E | DA | B | 31 |
| Octal | 157 | 171 | 212 | 24 | 14 | 0 | 56 | 332 | 13 | 61 |
| Binary | 1101111 | 1111001 | 10001010 | 10100 | 1100 | 0 | 101110 | 11011010 | 1011 | 110001 |
Color Harmonies of #6F798A
Complementary color
Monochromatic Colors of #6F798A
Black with #6F798A
Text Example
Text Example
White with #6F798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F798A; }
p { color: rgb(111,121,138); }
H1.HeaderClassName
{
color: #6F798A;
}
.AnyTagClassName
{
color: #6F798A;
}
</style>
background-color css
<style>
a { background-color: #6F798A; }
a { background-color: rgb(111,121,138); }
div.DivClassName
{
background-color: #6F798A;
}
.BgClassName
{
background-color: #6F798A;
}
</style>
border-color css
<style>
span { border-color: #6F798A; }
span { border-color: rgb(111,121,138); }
td.TdClassName
{
border-color: #6F798A;
}
.TagClassName
{
border-color: #6F798A;
}
</style>