Shades of Storm Grey #6E798B
Tints of Storm Grey #6E798B
RGB
CMYK
RGB Variations
Color information
#6E798B (or 0x6E798B) is known color: Storm Grey. HEX triplet: 6E, 79 and 8B. RGB value is (110,121,139). Sum of RGB (Red+Green+Blue) = 110+121+139=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 121 (47.66% from 255 or 32.70% 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 #6E798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E798B is #918674. Grayscale: #777777. Windows color (decimal): -9537141 or 9140590. OLE color: 9140590.
HSL color Cylindrical-coordinate representation of color #6E798B: hue angle of 217.24º 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 #6E798B is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 121 | 139 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.45 |
| HSL | 217.24º | 0.12% | 0.49% | - |
| HSV(B) | 217.24º | 0.21% | 0.55% | - |
| XYZ | 17.93 | 18.85 | 27.12 | - |
| YUV | 119.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 121 | 139 | 0.21 | 0.13 | 0 | 0.45 | 217.24 | 0.12 | 0.49 |
| Hex | 6E | 79 | 8B | 15 | D | 0 | 2D | D9 | C | 31 |
| Octal | 156 | 171 | 213 | 25 | 15 | 0 | 55 | 331 | 14 | 61 |
| Binary | 1101110 | 1111001 | 10001011 | 10101 | 1101 | 0 | 101101 | 11011001 | 1100 | 110001 |
Color Harmonies of #6E798B
Complementary color
Monochromatic Colors of #6E798B
Black with #6E798B
Text Example
Text Example
White with #6E798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E798B; }
p { color: rgb(110,121,139); }
H1.HeaderClassName
{
color: #6E798B;
}
.AnyTagClassName
{
color: #6E798B;
}
</style>
background-color css
<style>
a { background-color: #6E798B; }
a { background-color: rgb(110,121,139); }
div.DivClassName
{
background-color: #6E798B;
}
.BgClassName
{
background-color: #6E798B;
}
</style>
border-color css
<style>
span { border-color: #6E798B; }
span { border-color: rgb(110,121,139); }
td.TdClassName
{
border-color: #6E798B;
}
.TagClassName
{
border-color: #6E798B;
}
</style>