Shades of Storm Grey #6C728B
Tints of Storm Grey #6C728B
RGB
CMYK
RGB Variations
Color information
#6C728B (or 0x6C728B) is known color: Storm Grey. HEX triplet: 6C, 72 and 8B. RGB value is (108,114,139). Sum of RGB (Red+Green+Blue) = 108+114+139=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C728B is #938D74. Grayscale: #727272. Windows color (decimal): -9670005 or 9138796. OLE color: 9138796.
HSL color Cylindrical-coordinate representation of color #6C728B: hue angle of 228.39º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C728B is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 114 | 139 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.45 |
| HSL | 228.39º | 0.13% | 0.48% | - |
| HSV(B) | 228.39º | 0.22% | 0.55% | - |
| XYZ | 16.86 | 17.09 | 26.84 | - |
| YUV | 115.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 114 | 139 | 0.22 | 0.18 | 0 | 0.45 | 228.39 | 0.13 | 0.48 |
| Hex | 6C | 72 | 8B | 16 | 12 | 0 | 2D | E4 | D | 30 |
| Octal | 154 | 162 | 213 | 26 | 22 | 0 | 55 | 344 | 15 | 60 |
| Binary | 1101100 | 1110010 | 10001011 | 10110 | 10010 | 0 | 101101 | 11100100 | 1101 | 110000 |
Color Harmonies of #6C728B
Complementary color
Monochromatic Colors of #6C728B
Black with #6C728B
Text Example
Text Example
White with #6C728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C728B; }
p { color: rgb(108,114,139); }
H1.HeaderClassName
{
color: #6C728B;
}
.AnyTagClassName
{
color: #6C728B;
}
</style>
background-color css
<style>
a { background-color: #6C728B; }
a { background-color: rgb(108,114,139); }
div.DivClassName
{
background-color: #6C728B;
}
.BgClassName
{
background-color: #6C728B;
}
</style>
border-color css
<style>
span { border-color: #6C728B; }
span { border-color: rgb(108,114,139); }
td.TdClassName
{
border-color: #6C728B;
}
.TagClassName
{
border-color: #6C728B;
}
</style>