Shades of Storm Grey #6F798B
Tints of Storm Grey #6F798B
RGB
CMYK
RGB Variations
Color information
#6F798B (or 0x6F798B) is known color: Storm Grey. HEX triplet: 6F, 79 and 8B. RGB value is (111,121,139). Sum of RGB (Red+Green+Blue) = 111+121+139=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F798B is #908674. Grayscale: #777777. Windows color (decimal): -9471605 or 9140591. OLE color: 9140591.
HSL color Cylindrical-coordinate representation of color #6F798B: hue angle of 218.57º 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 #6F798B is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 121 | 139 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.45 |
| HSL | 218.57º | 0.11% | 0.49% | - |
| HSV(B) | 218.57º | 0.2% | 0.55% | - |
| XYZ | 18.05 | 18.92 | 27.13 | - |
| YUV | 120.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 121 | 139 | 0.20 | 0.13 | 0 | 0.45 | 218.57 | 0.11 | 0.49 |
| Hex | 6F | 79 | 8B | 14 | D | 0 | 2D | DB | B | 31 |
| Octal | 157 | 171 | 213 | 24 | 15 | 0 | 55 | 333 | 13 | 61 |
| Binary | 1101111 | 1111001 | 10001011 | 10100 | 1101 | 0 | 101101 | 11011011 | 1011 | 110001 |
Color Harmonies of #6F798B
Complementary color
Monochromatic Colors of #6F798B
Black with #6F798B
Text Example
Text Example
White with #6F798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F798B; }
p { color: rgb(111,121,139); }
H1.HeaderClassName
{
color: #6F798B;
}
.AnyTagClassName
{
color: #6F798B;
}
</style>
background-color css
<style>
a { background-color: #6F798B; }
a { background-color: rgb(111,121,139); }
div.DivClassName
{
background-color: #6F798B;
}
.BgClassName
{
background-color: #6F798B;
}
</style>
border-color css
<style>
span { border-color: #6F798B; }
span { border-color: rgb(111,121,139); }
td.TdClassName
{
border-color: #6F798B;
}
.TagClassName
{
border-color: #6F798B;
}
</style>