Shades of Storm Grey #6D7088
Tints of Storm Grey #6D7088
RGB
CMYK
RGB Variations
Color information
#6D7088 (or 0x6D7088) is known color: Storm Grey. HEX triplet: 6D, 70 and 88. RGB value is (109,112,136). Sum of RGB (Red+Green+Blue) = 109+112+136=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D7088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7088 is #928F77. Grayscale: #717171. Windows color (decimal): -9604984 or 8941677. OLE color: 8941677.
HSL color Cylindrical-coordinate representation of color #6D7088: hue angle of 233.33º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D7088 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 112 | 136 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.47 |
| HSL | 233.33º | 0.11% | 0.48% | - |
| HSV(B) | 233.33º | 0.2% | 0.53% | - |
| XYZ | 16.54 | 16.62 | 25.63 | - |
| YUV | 113.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 136 | 0.20 | 0.18 | 0 | 0.47 | 233.33 | 0.11 | 0.48 |
| Hex | 6D | 70 | 88 | 14 | 12 | 0 | 2F | E9 | B | 30 |
| Octal | 155 | 160 | 210 | 24 | 22 | 0 | 57 | 351 | 13 | 60 |
| Binary | 1101101 | 1110000 | 10001000 | 10100 | 10010 | 0 | 101111 | 11101001 | 1011 | 110000 |
Color Harmonies of #6D7088
Complementary color
Monochromatic Colors of #6D7088
Black with #6D7088
Text Example
Text Example
White with #6D7088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7088; }
p { color: rgb(109,112,136); }
H1.HeaderClassName
{
color: #6D7088;
}
.AnyTagClassName
{
color: #6D7088;
}
</style>
background-color css
<style>
a { background-color: #6D7088; }
a { background-color: rgb(109,112,136); }
div.DivClassName
{
background-color: #6D7088;
}
.BgClassName
{
background-color: #6D7088;
}
</style>
border-color css
<style>
span { border-color: #6D7088; }
span { border-color: rgb(109,112,136); }
td.TdClassName
{
border-color: #6D7088;
}
.TagClassName
{
border-color: #6D7088;
}
</style>