Shades of Storm Grey #6D748F
Tints of Storm Grey #6D748F
RGB
CMYK
RGB Variations
Color information
#6D748F (or 0x6D748F) is known color: Storm Grey. HEX triplet: 6D, 74 and 8F. RGB value is (109,116,143). Sum of RGB (Red+Green+Blue) = 109+116+143=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 143 - color contains mainly: blue. Hex color #6D748F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D748F is #928B70. Grayscale: #747474. Windows color (decimal): -9603953 or 9401453. OLE color: 9401453.
HSL color Cylindrical-coordinate representation of color #6D748F: hue angle of 227.65º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D748F is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 116 | 143 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.44 |
| HSL | 227.65º | 0.13% | 0.49% | - |
| HSV(B) | 227.65º | 0.24% | 0.56% | - |
| XYZ | 17.51 | 17.73 | 28.49 | - |
| YUV | 116.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 116 | 143 | 0.24 | 0.19 | 0 | 0.44 | 227.65 | 0.13 | 0.49 |
| Hex | 6D | 74 | 8F | 18 | 13 | 0 | 2C | E4 | D | 31 |
| Octal | 155 | 164 | 217 | 30 | 23 | 0 | 54 | 344 | 15 | 61 |
| Binary | 1101101 | 1110100 | 10001111 | 11000 | 10011 | 0 | 101100 | 11100100 | 1101 | 110001 |
Color Harmonies of #6D748F
Complementary color
Monochromatic Colors of #6D748F
Black with #6D748F
Text Example
Text Example
White with #6D748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D748F; }
p { color: rgb(109,116,143); }
H1.HeaderClassName
{
color: #6D748F;
}
.AnyTagClassName
{
color: #6D748F;
}
</style>
background-color css
<style>
a { background-color: #6D748F; }
a { background-color: rgb(109,116,143); }
div.DivClassName
{
background-color: #6D748F;
}
.BgClassName
{
background-color: #6D748F;
}
</style>
border-color css
<style>
span { border-color: #6D748F; }
span { border-color: rgb(109,116,143); }
td.TdClassName
{
border-color: #6D748F;
}
.TagClassName
{
border-color: #6D748F;
}
</style>