Shades of Storm Grey #6D7787
Tints of Storm Grey #6D7787
RGB
CMYK
RGB Variations
Color information
#6D7787 (or 0x6D7787) is known color: Storm Grey. HEX triplet: 6D, 77 and 87. RGB value is (109,119,135). Sum of RGB (Red+Green+Blue) = 109+119+135=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 135 - color contains mainly: blue. Hex color #6D7787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7787 is #928878. Grayscale: #757575. Windows color (decimal): -9603193 or 8877933. OLE color: 8877933.
HSL color Cylindrical-coordinate representation of color #6D7787: hue angle of 216.92º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D7787 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 119 | 135 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.47 |
| HSL | 216.92º | 0.11% | 0.48% | - |
| HSV(B) | 216.92º | 0.19% | 0.53% | - |
| XYZ | 17.28 | 18.19 | 25.52 | - |
| YUV | 117.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 119 | 135 | 0.19 | 0.12 | 0 | 0.47 | 216.92 | 0.11 | 0.48 |
| Hex | 6D | 77 | 87 | 13 | C | 0 | 2F | D9 | B | 30 |
| Octal | 155 | 167 | 207 | 23 | 14 | 0 | 57 | 331 | 13 | 60 |
| Binary | 1101101 | 1110111 | 10000111 | 10011 | 1100 | 0 | 101111 | 11011001 | 1011 | 110000 |
Color Harmonies of #6D7787
Complementary color
Monochromatic Colors of #6D7787
Black with #6D7787
Text Example
Text Example
White with #6D7787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7787; }
p { color: rgb(109,119,135); }
H1.HeaderClassName
{
color: #6D7787;
}
.AnyTagClassName
{
color: #6D7787;
}
</style>
background-color css
<style>
a { background-color: #6D7787; }
a { background-color: rgb(109,119,135); }
div.DivClassName
{
background-color: #6D7787;
}
.BgClassName
{
background-color: #6D7787;
}
</style>
border-color css
<style>
span { border-color: #6D7787; }
span { border-color: rgb(109,119,135); }
td.TdClassName
{
border-color: #6D7787;
}
.TagClassName
{
border-color: #6D7787;
}
</style>