Shades of Storm Grey #6D7286
Tints of Storm Grey #6D7286
RGB
CMYK
RGB Variations
Color information
#6D7286 (or 0x6D7286) is known color: Storm Grey. HEX triplet: 6D, 72 and 86. RGB value is (109,114,134). Sum of RGB (Red+Green+Blue) = 109+114+134=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 134 - color contains mainly: blue. Hex color #6D7286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7286 is #928D79. Grayscale: #727272. Windows color (decimal): -9604474 or 8811117. OLE color: 8811117.
HSL color Cylindrical-coordinate representation of color #6D7286: hue angle of 228º degrees, saturation: 0.1, 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 #6D7286 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 114 | 134 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.47 |
| HSL | 228º | 0.1% | 0.48% | - |
| HSV(B) | 228º | 0.19% | 0.53% | - |
| XYZ | 16.63 | 17.01 | 24.96 | - |
| YUV | 114.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 134 | 0.19 | 0.15 | 0 | 0.47 | 228 | 0.1 | 0.48 |
| Hex | 6D | 72 | 86 | 13 | F | 0 | 2F | E4 | A | 30 |
| Octal | 155 | 162 | 206 | 23 | 17 | 0 | 57 | 344 | 12 | 60 |
| Binary | 1101101 | 1110010 | 10000110 | 10011 | 1111 | 0 | 101111 | 11100100 | 1010 | 110000 |
Color Harmonies of #6D7286
Complementary color
Monochromatic Colors of #6D7286
Black with #6D7286
Text Example
Text Example
White with #6D7286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7286; }
p { color: rgb(109,114,134); }
H1.HeaderClassName
{
color: #6D7286;
}
.AnyTagClassName
{
color: #6D7286;
}
</style>
background-color css
<style>
a { background-color: #6D7286; }
a { background-color: rgb(109,114,134); }
div.DivClassName
{
background-color: #6D7286;
}
.BgClassName
{
background-color: #6D7286;
}
</style>
border-color css
<style>
span { border-color: #6D7286; }
span { border-color: rgb(109,114,134); }
td.TdClassName
{
border-color: #6D7286;
}
.TagClassName
{
border-color: #6D7286;
}
</style>