Shades of Storm Grey #6D728B
Tints of Storm Grey #6D728B
RGB
CMYK
RGB Variations
Color information
#6D728B (or 0x6D728B) is known color: Storm Grey. HEX triplet: 6D, 72 and 8B. RGB value is (109,114,139). Sum of RGB (Red+Green+Blue) = 109+114+139=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D728B is #928D74. Grayscale: #737373. Windows color (decimal): -9604469 or 9138797. OLE color: 9138797.
HSL color Cylindrical-coordinate representation of color #6D728B: hue angle of 230º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D728B is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 114 | 139 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.45 |
| HSL | 230º | 0.12% | 0.49% | - |
| HSV(B) | 230º | 0.22% | 0.55% | - |
| XYZ | 16.98 | 17.15 | 26.84 | - |
| YUV | 115.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 139 | 0.22 | 0.18 | 0 | 0.45 | 230 | 0.12 | 0.49 |
| Hex | 6D | 72 | 8B | 16 | 12 | 0 | 2D | E6 | C | 31 |
| Octal | 155 | 162 | 213 | 26 | 22 | 0 | 55 | 346 | 14 | 61 |
| Binary | 1101101 | 1110010 | 10001011 | 10110 | 10010 | 0 | 101101 | 11100110 | 1100 | 110001 |
Color Harmonies of #6D728B
Complementary color
Monochromatic Colors of #6D728B
Black with #6D728B
Text Example
Text Example
White with #6D728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D728B; }
p { color: rgb(109,114,139); }
H1.HeaderClassName
{
color: #6D728B;
}
.AnyTagClassName
{
color: #6D728B;
}
</style>
background-color css
<style>
a { background-color: #6D728B; }
a { background-color: rgb(109,114,139); }
div.DivClassName
{
background-color: #6D728B;
}
.BgClassName
{
background-color: #6D728B;
}
</style>
border-color css
<style>
span { border-color: #6D728B; }
span { border-color: rgb(109,114,139); }
td.TdClassName
{
border-color: #6D728B;
}
.TagClassName
{
border-color: #6D728B;
}
</style>