Shades of Storm Grey #6C728E
Tints of Storm Grey #6C728E
RGB
CMYK
RGB Variations
Color information
#6C728E (or 0x6C728E) is known color: Storm Grey. HEX triplet: 6C, 72 and 8E. RGB value is (108,114,142). Sum of RGB (Red+Green+Blue) = 108+114+142=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C728E is #938D71. Grayscale: #737373. Windows color (decimal): -9670002 or 9335404. OLE color: 9335404.
HSL color Cylindrical-coordinate representation of color #6C728E: hue angle of 229.41º degrees, saturation: 0.14, 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 #6C728E is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 114 | 142 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.44 |
| HSL | 229.41º | 0.14% | 0.49% | - |
| HSV(B) | 229.41º | 0.24% | 0.56% | - |
| XYZ | 17.08 | 17.18 | 28.01 | - |
| YUV | 115.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 114 | 142 | 0.24 | 0.20 | 0 | 0.44 | 229.41 | 0.14 | 0.49 |
| Hex | 6C | 72 | 8E | 18 | 14 | 0 | 2C | E5 | E | 31 |
| Octal | 154 | 162 | 216 | 30 | 24 | 0 | 54 | 345 | 16 | 61 |
| Binary | 1101100 | 1110010 | 10001110 | 11000 | 10100 | 0 | 101100 | 11100101 | 1110 | 110001 |
Color Harmonies of #6C728E
Complementary color
Monochromatic Colors of #6C728E
Black with #6C728E
Text Example
Text Example
White with #6C728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C728E; }
p { color: rgb(108,114,142); }
H1.HeaderClassName
{
color: #6C728E;
}
.AnyTagClassName
{
color: #6C728E;
}
</style>
background-color css
<style>
a { background-color: #6C728E; }
a { background-color: rgb(108,114,142); }
div.DivClassName
{
background-color: #6C728E;
}
.BgClassName
{
background-color: #6C728E;
}
</style>
border-color css
<style>
span { border-color: #6C728E; }
span { border-color: rgb(108,114,142); }
td.TdClassName
{
border-color: #6C728E;
}
.TagClassName
{
border-color: #6C728E;
}
</style>