Shades of Cosmic #6E505E
Tints of Cosmic #6E505E
RGB
CMYK
RGB Variations
Color information
#6E505E (or 0x6E505E) is known color: Cosmic. HEX triplet: 6E, 50 and 5E. RGB value is (110,80,94). Sum of RGB (Red+Green+Blue) = 110+80+94=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 110 - color contains mainly: red. Hex color #6E505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E505E is #91AFA1. Grayscale: #5A5A5A. Windows color (decimal): -9547682 or 6180974. OLE color: 6180974.
HSL color Cylindrical-coordinate representation of color #6E505E: hue angle of 332º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E505E is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 80 | 94 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.57 |
| HSL | 332º | 0.16% | 0.37% | - |
| HSV(B) | 332º | 0.27% | 0.43% | - |
| XYZ | 11.32 | 9.86 | 11.9 | - |
| YUV | 90.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 94 | 0 | 0.27 | 0.15 | 0.57 | 332 | 0.16 | 0.37 |
| Hex | 6E | 50 | 5E | 0 | 1B | F | 39 | 14C | 10 | 25 |
| Octal | 156 | 120 | 136 | 0 | 33 | 17 | 71 | 514 | 20 | 45 |
| Binary | 1101110 | 1010000 | 1011110 | 0 | 11011 | 1111 | 111001 | 101001100 | 10000 | 100101 |
Color Harmonies of #6E505E
Complementary color
Monochromatic Colors of #6E505E
Black with #6E505E
Text Example
Text Example
White with #6E505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E505E; }
p { color: rgb(110,80,94); }
H1.HeaderClassName
{
color: #6E505E;
}
.AnyTagClassName
{
color: #6E505E;
}
</style>
background-color css
<style>
a { background-color: #6E505E; }
a { background-color: rgb(110,80,94); }
div.DivClassName
{
background-color: #6E505E;
}
.BgClassName
{
background-color: #6E505E;
}
</style>
border-color css
<style>
span { border-color: #6E505E; }
span { border-color: rgb(110,80,94); }
td.TdClassName
{
border-color: #6E505E;
}
.TagClassName
{
border-color: #6E505E;
}
</style>