Shades of Storm Grey #6C7586
Tints of Storm Grey #6C7586
RGB
CMYK
RGB Variations
Color information
#6C7586 (or 0x6C7586) is known color: Storm Grey. HEX triplet: 6C, 75 and 86. RGB value is (108,117,134). Sum of RGB (Red+Green+Blue) = 108+117+134=359 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.08% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 134 - color contains mainly: blue. Hex color #6C7586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7586 is #938A79. Grayscale: #747474. Windows color (decimal): -9669242 or 8811884. OLE color: 8811884.
HSL color Cylindrical-coordinate representation of color #6C7586: hue angle of 219.23º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C7586 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 117 | 134 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.47 |
| HSL | 219.23º | 0.11% | 0.47% | - |
| HSV(B) | 219.23º | 0.19% | 0.53% | - |
| XYZ | 16.85 | 17.63 | 25.07 | - |
| YUV | 116.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 117 | 134 | 0.19 | 0.13 | 0 | 0.47 | 219.23 | 0.11 | 0.47 |
| Hex | 6C | 75 | 86 | 13 | D | 0 | 2F | DB | B | 2F |
| Octal | 154 | 165 | 206 | 23 | 15 | 0 | 57 | 333 | 13 | 57 |
| Binary | 1101100 | 1110101 | 10000110 | 10011 | 1101 | 0 | 101111 | 11011011 | 1011 | 101111 |
Color Harmonies of #6C7586
Complementary color
Monochromatic Colors of #6C7586
Black with #6C7586
Text Example
Text Example
White with #6C7586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7586; }
p { color: rgb(108,117,134); }
H1.HeaderClassName
{
color: #6C7586;
}
.AnyTagClassName
{
color: #6C7586;
}
</style>
background-color css
<style>
a { background-color: #6C7586; }
a { background-color: rgb(108,117,134); }
div.DivClassName
{
background-color: #6C7586;
}
.BgClassName
{
background-color: #6C7586;
}
</style>
border-color css
<style>
span { border-color: #6C7586; }
span { border-color: rgb(108,117,134); }
td.TdClassName
{
border-color: #6C7586;
}
.TagClassName
{
border-color: #6C7586;
}
</style>