Shades of Cosmic #6E5160
Tints of Cosmic #6E5160
RGB
CMYK
RGB Variations
Color information
#6E5160 (or 0x6E5160) is known color: Cosmic. HEX triplet: 6E, 51 and 60. RGB value is (110,81,96). Sum of RGB (Red+Green+Blue) = 110+81+96=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5160 is #91AE9F. Grayscale: #5B5B5B. Windows color (decimal): -9547424 or 6312302. OLE color: 6312302.
HSL color Cylindrical-coordinate representation of color #6E5160: hue angle of 328.97º 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 #6E5160 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 81 | 96 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.57 |
| HSL | 328.97º | 0.15% | 0.37% | - |
| HSV(B) | 328.97º | 0.26% | 0.43% | - |
| XYZ | 11.48 | 10.04 | 12.4 | - |
| YUV | 91.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 81 | 96 | 0 | 0.26 | 0.13 | 0.57 | 328.97 | 0.15 | 0.37 |
| Hex | 6E | 51 | 60 | 0 | 1A | D | 39 | 149 | F | 25 |
| Octal | 156 | 121 | 140 | 0 | 32 | 15 | 71 | 511 | 17 | 45 |
| Binary | 1101110 | 1010001 | 1100000 | 0 | 11010 | 1101 | 111001 | 101001001 | 1111 | 100101 |
Color Harmonies of #6E5160
Complementary color
Monochromatic Colors of #6E5160
Black with #6E5160
Text Example
Text Example
White with #6E5160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5160; }
p { color: rgb(110,81,96); }
H1.HeaderClassName
{
color: #6E5160;
}
.AnyTagClassName
{
color: #6E5160;
}
</style>
background-color css
<style>
a { background-color: #6E5160; }
a { background-color: rgb(110,81,96); }
div.DivClassName
{
background-color: #6E5160;
}
.BgClassName
{
background-color: #6E5160;
}
</style>
border-color css
<style>
span { border-color: #6E5160; }
span { border-color: rgb(110,81,96); }
td.TdClassName
{
border-color: #6E5160;
}
.TagClassName
{
border-color: #6E5160;
}
</style>