Shades of Storm Grey #6E788C
Tints of Storm Grey #6E788C
RGB
CMYK
RGB Variations
Color information
#6E788C (or 0x6E788C) is known color: Storm Grey. HEX triplet: 6E, 78 and 8C. RGB value is (110,120,140). Sum of RGB (Red+Green+Blue) = 110+120+140=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 140 - color contains mainly: blue. Hex color #6E788C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E788C is #918773. Grayscale: #777777. Windows color (decimal): -9537396 or 9205870. OLE color: 9205870.
HSL color Cylindrical-coordinate representation of color #6E788C: hue angle of 220º 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 #6E788C is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 120 | 140 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.45 |
| HSL | 220º | 0.12% | 0.49% | - |
| HSV(B) | 220º | 0.21% | 0.55% | - |
| XYZ | 17.88 | 18.64 | 27.47 | - |
| YUV | 119.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 120 | 140 | 0.21 | 0.14 | 0 | 0.45 | 220 | 0.12 | 0.49 |
| Hex | 6E | 78 | 8C | 15 | E | 0 | 2D | DC | C | 31 |
| Octal | 156 | 170 | 214 | 25 | 16 | 0 | 55 | 334 | 14 | 61 |
| Binary | 1101110 | 1111000 | 10001100 | 10101 | 1110 | 0 | 101101 | 11011100 | 1100 | 110001 |
Color Harmonies of #6E788C
Complementary color
Monochromatic Colors of #6E788C
Black with #6E788C
Text Example
Text Example
White with #6E788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E788C; }
p { color: rgb(110,120,140); }
H1.HeaderClassName
{
color: #6E788C;
}
.AnyTagClassName
{
color: #6E788C;
}
</style>
background-color css
<style>
a { background-color: #6E788C; }
a { background-color: rgb(110,120,140); }
div.DivClassName
{
background-color: #6E788C;
}
.BgClassName
{
background-color: #6E788C;
}
</style>
border-color css
<style>
span { border-color: #6E788C; }
span { border-color: rgb(110,120,140); }
td.TdClassName
{
border-color: #6E788C;
}
.TagClassName
{
border-color: #6E788C;
}
</style>