Shades of Storm Grey #6D728E
Tints of Storm Grey #6D728E
RGB
CMYK
RGB Variations
Color information
#6D728E (or 0x6D728E) is known color: Storm Grey. HEX triplet: 6D, 72 and 8E. RGB value is (109,114,142). Sum of RGB (Red+Green+Blue) = 109+114+142=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D728E is #928D71. Grayscale: #737373. Windows color (decimal): -9604466 or 9335405. OLE color: 9335405.
HSL color Cylindrical-coordinate representation of color #6D728E: hue angle of 230.91º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D728E is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 114 | 142 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.44 |
| HSL | 230.91º | 0.13% | 0.49% | - |
| HSV(B) | 230.91º | 0.23% | 0.56% | - |
| XYZ | 17.21 | 17.24 | 28.01 | - |
| YUV | 115.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 142 | 0.23 | 0.20 | 0 | 0.44 | 230.91 | 0.13 | 0.49 |
| Hex | 6D | 72 | 8E | 17 | 14 | 0 | 2C | E7 | D | 31 |
| Octal | 155 | 162 | 216 | 27 | 24 | 0 | 54 | 347 | 15 | 61 |
| Binary | 1101101 | 1110010 | 10001110 | 10111 | 10100 | 0 | 101100 | 11100111 | 1101 | 110001 |
Color Harmonies of #6D728E
Complementary color
Monochromatic Colors of #6D728E
Black with #6D728E
Text Example
Text Example
White with #6D728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D728E; }
p { color: rgb(109,114,142); }
H1.HeaderClassName
{
color: #6D728E;
}
.AnyTagClassName
{
color: #6D728E;
}
</style>
background-color css
<style>
a { background-color: #6D728E; }
a { background-color: rgb(109,114,142); }
div.DivClassName
{
background-color: #6D728E;
}
.BgClassName
{
background-color: #6D728E;
}
</style>
border-color css
<style>
span { border-color: #6D728E; }
span { border-color: rgb(109,114,142); }
td.TdClassName
{
border-color: #6D728E;
}
.TagClassName
{
border-color: #6D728E;
}
</style>