Shades of Storm Grey #6E758C
Tints of Storm Grey #6E758C
RGB
CMYK
RGB Variations
Color information
#6E758C (or 0x6E758C) is known color: Storm Grey. HEX triplet: 6E, 75 and 8C. RGB value is (110,117,140). Sum of RGB (Red+Green+Blue) = 110+117+140=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 140 - color contains mainly: blue. Hex color #6E758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E758C is #918A73. Grayscale: #757575. Windows color (decimal): -9538164 or 9205102. OLE color: 9205102.
HSL color Cylindrical-coordinate representation of color #6E758C: hue angle of 226º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E758C is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 117 | 140 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.45 |
| HSL | 226º | 0.12% | 0.49% | - |
| HSV(B) | 226º | 0.21% | 0.55% | - |
| XYZ | 17.53 | 17.93 | 27.35 | - |
| YUV | 117.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 117 | 140 | 0.21 | 0.16 | 0 | 0.45 | 226 | 0.12 | 0.49 |
| Hex | 6E | 75 | 8C | 15 | 10 | 0 | 2D | E2 | C | 31 |
| Octal | 156 | 165 | 214 | 25 | 20 | 0 | 55 | 342 | 14 | 61 |
| Binary | 1101110 | 1110101 | 10001100 | 10101 | 10000 | 0 | 101101 | 11100010 | 1100 | 110001 |
Color Harmonies of #6E758C
Complementary color
Monochromatic Colors of #6E758C
Black with #6E758C
Text Example
Text Example
White with #6E758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E758C; }
p { color: rgb(110,117,140); }
H1.HeaderClassName
{
color: #6E758C;
}
.AnyTagClassName
{
color: #6E758C;
}
</style>
background-color css
<style>
a { background-color: #6E758C; }
a { background-color: rgb(110,117,140); }
div.DivClassName
{
background-color: #6E758C;
}
.BgClassName
{
background-color: #6E758C;
}
</style>
border-color css
<style>
span { border-color: #6E758C; }
span { border-color: rgb(110,117,140); }
td.TdClassName
{
border-color: #6E758C;
}
.TagClassName
{
border-color: #6E758C;
}
</style>