Shades of Storm Grey #6C7088
Tints of Storm Grey #6C7088
RGB
CMYK
RGB Variations
Color information
#6C7088 (or 0x6C7088) is known color: Storm Grey. HEX triplet: 6C, 70 and 88. RGB value is (108,112,136). Sum of RGB (Red+Green+Blue) = 108+112+136=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 136 - color contains mainly: blue. Hex color #6C7088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7088 is #938F77. Grayscale: #717171. Windows color (decimal): -9670520 or 8941676. OLE color: 8941676.
HSL color Cylindrical-coordinate representation of color #6C7088: hue angle of 231.43º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C7088 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 112 | 136 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.47 |
| HSL | 231.43º | 0.11% | 0.48% | - |
| HSV(B) | 231.43º | 0.21% | 0.53% | - |
| XYZ | 16.42 | 16.55 | 25.62 | - |
| YUV | 113.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 112 | 136 | 0.21 | 0.18 | 0 | 0.47 | 231.43 | 0.11 | 0.48 |
| Hex | 6C | 70 | 88 | 15 | 12 | 0 | 2F | E7 | B | 30 |
| Octal | 154 | 160 | 210 | 25 | 22 | 0 | 57 | 347 | 13 | 60 |
| Binary | 1101100 | 1110000 | 10001000 | 10101 | 10010 | 0 | 101111 | 11100111 | 1011 | 110000 |
Color Harmonies of #6C7088
Complementary color
Monochromatic Colors of #6C7088
Black with #6C7088
Text Example
Text Example
White with #6C7088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7088; }
p { color: rgb(108,112,136); }
H1.HeaderClassName
{
color: #6C7088;
}
.AnyTagClassName
{
color: #6C7088;
}
</style>
background-color css
<style>
a { background-color: #6C7088; }
a { background-color: rgb(108,112,136); }
div.DivClassName
{
background-color: #6C7088;
}
.BgClassName
{
background-color: #6C7088;
}
</style>
border-color css
<style>
span { border-color: #6C7088; }
span { border-color: rgb(108,112,136); }
td.TdClassName
{
border-color: #6C7088;
}
.TagClassName
{
border-color: #6C7088;
}
</style>