Shades of Storm Grey #6D738E
Tints of Storm Grey #6D738E
RGB
CMYK
RGB Variations
Color information
#6D738E (or 0x6D738E) is known color: Storm Grey. HEX triplet: 6D, 73 and 8E. RGB value is (109,115,142). Sum of RGB (Red+Green+Blue) = 109+115+142=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D738E is #928C71. Grayscale: #747474. Windows color (decimal): -9604210 or 9335661. OLE color: 9335661.
HSL color Cylindrical-coordinate representation of color #6D738E: hue angle of 229.09º 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 #6D738E is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 115 | 142 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.44 |
| HSL | 229.09º | 0.13% | 0.49% | - |
| HSV(B) | 229.09º | 0.23% | 0.56% | - |
| XYZ | 17.32 | 17.47 | 28.05 | - |
| YUV | 116.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 142 | 0.23 | 0.19 | 0 | 0.44 | 229.09 | 0.13 | 0.49 |
| Hex | 6D | 73 | 8E | 17 | 13 | 0 | 2C | E5 | D | 31 |
| Octal | 155 | 163 | 216 | 27 | 23 | 0 | 54 | 345 | 15 | 61 |
| Binary | 1101101 | 1110011 | 10001110 | 10111 | 10011 | 0 | 101100 | 11100101 | 1101 | 110001 |
Color Harmonies of #6D738E
Complementary color
Monochromatic Colors of #6D738E
Black with #6D738E
Text Example
Text Example
White with #6D738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D738E; }
p { color: rgb(109,115,142); }
H1.HeaderClassName
{
color: #6D738E;
}
.AnyTagClassName
{
color: #6D738E;
}
</style>
background-color css
<style>
a { background-color: #6D738E; }
a { background-color: rgb(109,115,142); }
div.DivClassName
{
background-color: #6D738E;
}
.BgClassName
{
background-color: #6D738E;
}
</style>
border-color css
<style>
span { border-color: #6D738E; }
span { border-color: rgb(109,115,142); }
td.TdClassName
{
border-color: #6D738E;
}
.TagClassName
{
border-color: #6D738E;
}
</style>