Shades of Storm Grey #6C778C
Tints of Storm Grey #6C778C
RGB
CMYK
RGB Variations
Color information
#6C778C (or 0x6C778C) is known color: Storm Grey. HEX triplet: 6C, 77 and 8C. RGB value is (108,119,140). Sum of RGB (Red+Green+Blue) = 108+119+140=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 119 (46.88% from 255 or 32.43% 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 #6C778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C778C is #938873. Grayscale: #767676. Windows color (decimal): -9668724 or 9205612. OLE color: 9205612.
HSL color Cylindrical-coordinate representation of color #6C778C: hue angle of 219.38º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C778C is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 119 | 140 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.45 |
| HSL | 219.38º | 0.13% | 0.49% | - |
| HSV(B) | 219.38º | 0.23% | 0.55% | - |
| XYZ | 17.51 | 18.28 | 27.42 | - |
| YUV | 118.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 119 | 140 | 0.23 | 0.15 | 0 | 0.45 | 219.38 | 0.13 | 0.49 |
| Hex | 6C | 77 | 8C | 17 | F | 0 | 2D | DB | D | 31 |
| Octal | 154 | 167 | 214 | 27 | 17 | 0 | 55 | 333 | 15 | 61 |
| Binary | 1101100 | 1110111 | 10001100 | 10111 | 1111 | 0 | 101101 | 11011011 | 1101 | 110001 |
Color Harmonies of #6C778C
Complementary color
Monochromatic Colors of #6C778C
Black with #6C778C
Text Example
Text Example
White with #6C778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C778C; }
p { color: rgb(108,119,140); }
H1.HeaderClassName
{
color: #6C778C;
}
.AnyTagClassName
{
color: #6C778C;
}
</style>
background-color css
<style>
a { background-color: #6C778C; }
a { background-color: rgb(108,119,140); }
div.DivClassName
{
background-color: #6C778C;
}
.BgClassName
{
background-color: #6C778C;
}
</style>
border-color css
<style>
span { border-color: #6C778C; }
span { border-color: rgb(108,119,140); }
td.TdClassName
{
border-color: #6C778C;
}
.TagClassName
{
border-color: #6C778C;
}
</style>