Shades of Cosmic #6E515E
Tints of Cosmic #6E515E
RGB
CMYK
RGB Variations
Color information
#6E515E (or 0x6E515E) is known color: Cosmic. HEX triplet: 6E, 51 and 5E. RGB value is (110,81,94). Sum of RGB (Red+Green+Blue) = 110+81+94=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 110 - color contains mainly: red. Hex color #6E515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E515E is #91AEA1. Grayscale: #5B5B5B. Windows color (decimal): -9547426 or 6181230. OLE color: 6181230.
HSL color Cylindrical-coordinate representation of color #6E515E: hue angle of 333.1º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E515E is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 81 | 94 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.57 |
| HSL | 333.1º | 0.15% | 0.37% | - |
| HSV(B) | 333.1º | 0.26% | 0.43% | - |
| XYZ | 11.39 | 10.01 | 11.92 | - |
| YUV | 91.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 81 | 94 | 0 | 0.26 | 0.15 | 0.57 | 333.1 | 0.15 | 0.37 |
| Hex | 6E | 51 | 5E | 0 | 1A | F | 39 | 14D | F | 25 |
| Octal | 156 | 121 | 136 | 0 | 32 | 17 | 71 | 515 | 17 | 45 |
| Binary | 1101110 | 1010001 | 1011110 | 0 | 11010 | 1111 | 111001 | 101001101 | 1111 | 100101 |
Color Harmonies of #6E515E
Complementary color
Monochromatic Colors of #6E515E
Black with #6E515E
Text Example
Text Example
White with #6E515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E515E; }
p { color: rgb(110,81,94); }
H1.HeaderClassName
{
color: #6E515E;
}
.AnyTagClassName
{
color: #6E515E;
}
</style>
background-color css
<style>
a { background-color: #6E515E; }
a { background-color: rgb(110,81,94); }
div.DivClassName
{
background-color: #6E515E;
}
.BgClassName
{
background-color: #6E515E;
}
</style>
border-color css
<style>
span { border-color: #6E515E; }
span { border-color: rgb(110,81,94); }
td.TdClassName
{
border-color: #6E515E;
}
.TagClassName
{
border-color: #6E515E;
}
</style>