Shades of Storm Grey #6E748E
Tints of Storm Grey #6E748E
RGB
CMYK
RGB Variations
Color information
#6E748E (or 0x6E748E) is known color: Storm Grey. HEX triplet: 6E, 74 and 8E. RGB value is (110,116,142). Sum of RGB (Red+Green+Blue) = 110+116+142=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E748E is #918B71. Grayscale: #757575. Windows color (decimal): -9538418 or 9335918. OLE color: 9335918.
HSL color Cylindrical-coordinate representation of color #6E748E: hue angle of 228.75º 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 #6E748E is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 116 | 142 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.44 |
| HSL | 228.75º | 0.13% | 0.49% | - |
| HSV(B) | 228.75º | 0.23% | 0.56% | - |
| XYZ | 17.56 | 17.76 | 28.09 | - |
| YUV | 117.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 116 | 142 | 0.23 | 0.18 | 0 | 0.44 | 228.75 | 0.13 | 0.49 |
| Hex | 6E | 74 | 8E | 17 | 12 | 0 | 2C | E5 | D | 31 |
| Octal | 156 | 164 | 216 | 27 | 22 | 0 | 54 | 345 | 15 | 61 |
| Binary | 1101110 | 1110100 | 10001110 | 10111 | 10010 | 0 | 101100 | 11100101 | 1101 | 110001 |
Color Harmonies of #6E748E
Complementary color
Monochromatic Colors of #6E748E
Black with #6E748E
Text Example
Text Example
White with #6E748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E748E; }
p { color: rgb(110,116,142); }
H1.HeaderClassName
{
color: #6E748E;
}
.AnyTagClassName
{
color: #6E748E;
}
</style>
background-color css
<style>
a { background-color: #6E748E; }
a { background-color: rgb(110,116,142); }
div.DivClassName
{
background-color: #6E748E;
}
.BgClassName
{
background-color: #6E748E;
}
</style>
border-color css
<style>
span { border-color: #6E748E; }
span { border-color: rgb(110,116,142); }
td.TdClassName
{
border-color: #6E748E;
}
.TagClassName
{
border-color: #6E748E;
}
</style>