Shades of Storm Grey #6E778C
Tints of Storm Grey #6E778C
RGB
CMYK
RGB Variations
Color information
#6E778C (or 0x6E778C) is known color: Storm Grey. HEX triplet: 6E, 77 and 8C. RGB value is (110,119,140). Sum of RGB (Red+Green+Blue) = 110+119+140=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 140 - color contains mainly: blue. Hex color #6E778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E778C is #918873. Grayscale: #767676. Windows color (decimal): -9537652 or 9205614. OLE color: 9205614.
HSL color Cylindrical-coordinate representation of color #6E778C: hue angle of 222º 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 #6E778C is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 119 | 140 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.45 |
| HSL | 222º | 0.12% | 0.49% | - |
| HSV(B) | 222º | 0.21% | 0.55% | - |
| XYZ | 17.76 | 18.4 | 27.43 | - |
| YUV | 118.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 140 | 0.21 | 0.15 | 0 | 0.45 | 222 | 0.12 | 0.49 |
| Hex | 6E | 77 | 8C | 15 | F | 0 | 2D | DE | C | 31 |
| Octal | 156 | 167 | 214 | 25 | 17 | 0 | 55 | 336 | 14 | 61 |
| Binary | 1101110 | 1110111 | 10001100 | 10101 | 1111 | 0 | 101101 | 11011110 | 1100 | 110001 |
Color Harmonies of #6E778C
Complementary color
Monochromatic Colors of #6E778C
Black with #6E778C
Text Example
Text Example
White with #6E778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E778C; }
p { color: rgb(110,119,140); }
H1.HeaderClassName
{
color: #6E778C;
}
.AnyTagClassName
{
color: #6E778C;
}
</style>
background-color css
<style>
a { background-color: #6E778C; }
a { background-color: rgb(110,119,140); }
div.DivClassName
{
background-color: #6E778C;
}
.BgClassName
{
background-color: #6E778C;
}
</style>
border-color css
<style>
span { border-color: #6E778C; }
span { border-color: rgb(110,119,140); }
td.TdClassName
{
border-color: #6E778C;
}
.TagClassName
{
border-color: #6E778C;
}
</style>