Shades of Storm Grey #6C768A
Tints of Storm Grey #6C768A
RGB
CMYK
RGB Variations
Color information
#6C768A (or 0x6C768A) is known color: Storm Grey. HEX triplet: 6C, 76 and 8A. RGB value is (108,118,138). Sum of RGB (Red+Green+Blue) = 108+118+138=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C768A is #938975. Grayscale: #757575. Windows color (decimal): -9668982 or 9074284. OLE color: 9074284.
HSL color Cylindrical-coordinate representation of color #6C768A: hue angle of 220º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C768A is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 118 | 138 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.46 |
| HSL | 220º | 0.12% | 0.48% | - |
| HSV(B) | 220º | 0.22% | 0.54% | - |
| XYZ | 17.25 | 17.98 | 26.61 | - |
| YUV | 117.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 118 | 138 | 0.22 | 0.14 | 0 | 0.46 | 220 | 0.12 | 0.48 |
| Hex | 6C | 76 | 8A | 16 | E | 0 | 2E | DC | C | 30 |
| Octal | 154 | 166 | 212 | 26 | 16 | 0 | 56 | 334 | 14 | 60 |
| Binary | 1101100 | 1110110 | 10001010 | 10110 | 1110 | 0 | 101110 | 11011100 | 1100 | 110000 |
Color Harmonies of #6C768A
Complementary color
Monochromatic Colors of #6C768A
Black with #6C768A
Text Example
Text Example
White with #6C768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C768A; }
p { color: rgb(108,118,138); }
H1.HeaderClassName
{
color: #6C768A;
}
.AnyTagClassName
{
color: #6C768A;
}
</style>
background-color css
<style>
a { background-color: #6C768A; }
a { background-color: rgb(108,118,138); }
div.DivClassName
{
background-color: #6C768A;
}
.BgClassName
{
background-color: #6C768A;
}
</style>
border-color css
<style>
span { border-color: #6C768A; }
span { border-color: rgb(108,118,138); }
td.TdClassName
{
border-color: #6C768A;
}
.TagClassName
{
border-color: #6C768A;
}
</style>