Shades of Storm Grey #6D738B
Tints of Storm Grey #6D738B
RGB
CMYK
RGB Variations
Color information
#6D738B (or 0x6D738B) is known color: Storm Grey. HEX triplet: 6D, 73 and 8B. RGB value is (109,115,139). Sum of RGB (Red+Green+Blue) = 109+115+139=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D738B is #928C74. Grayscale: #737373. Windows color (decimal): -9604213 or 9139053. OLE color: 9139053.
HSL color Cylindrical-coordinate representation of color #6D738B: hue angle of 228º 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 #6D738B is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 115 | 139 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.45 |
| HSL | 228º | 0.12% | 0.49% | - |
| HSV(B) | 228º | 0.22% | 0.55% | - |
| XYZ | 17.1 | 17.38 | 26.88 | - |
| YUV | 115.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 139 | 0.22 | 0.17 | 0 | 0.45 | 228 | 0.12 | 0.49 |
| Hex | 6D | 73 | 8B | 16 | 11 | 0 | 2D | E4 | C | 31 |
| Octal | 155 | 163 | 213 | 26 | 21 | 0 | 55 | 344 | 14 | 61 |
| Binary | 1101101 | 1110011 | 10001011 | 10110 | 10001 | 0 | 101101 | 11100100 | 1100 | 110001 |
Color Harmonies of #6D738B
Complementary color
Monochromatic Colors of #6D738B
Black with #6D738B
Text Example
Text Example
White with #6D738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D738B; }
p { color: rgb(109,115,139); }
H1.HeaderClassName
{
color: #6D738B;
}
.AnyTagClassName
{
color: #6D738B;
}
</style>
background-color css
<style>
a { background-color: #6D738B; }
a { background-color: rgb(109,115,139); }
div.DivClassName
{
background-color: #6D738B;
}
.BgClassName
{
background-color: #6D738B;
}
</style>
border-color css
<style>
span { border-color: #6D738B; }
span { border-color: rgb(109,115,139); }
td.TdClassName
{
border-color: #6D738B;
}
.TagClassName
{
border-color: #6D738B;
}
</style>