Shades of Cosmic #6E5760
Tints of Cosmic #6E5760
RGB
CMYK
RGB Variations
Color information
#6E5760 (or 0x6E5760) is known color: Cosmic. HEX triplet: 6E, 57 and 60. RGB value is (110,87,96). Sum of RGB (Red+Green+Blue) = 110+87+96=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5760 is #91A89F. Grayscale: #5E5E5E. Windows color (decimal): -9545888 or 6313838. OLE color: 6313838.
HSL color Cylindrical-coordinate representation of color #6E5760: hue angle of 336.52º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E5760 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 87 | 96 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.57 |
| HSL | 336.52º | 0.12% | 0.39% | - |
| HSV(B) | 336.52º | 0.21% | 0.43% | - |
| XYZ | 11.95 | 10.98 | 12.56 | - |
| YUV | 94.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 87 | 96 | 0 | 0.21 | 0.13 | 0.57 | 336.52 | 0.12 | 0.39 |
| Hex | 6E | 57 | 60 | 0 | 15 | D | 39 | 151 | C | 27 |
| Octal | 156 | 127 | 140 | 0 | 25 | 15 | 71 | 521 | 14 | 47 |
| Binary | 1101110 | 1010111 | 1100000 | 0 | 10101 | 1101 | 111001 | 101010001 | 1100 | 100111 |
Color Harmonies of #6E5760
Complementary color
Monochromatic Colors of #6E5760
Black with #6E5760
Text Example
Text Example
White with #6E5760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5760; }
p { color: rgb(110,87,96); }
H1.HeaderClassName
{
color: #6E5760;
}
.AnyTagClassName
{
color: #6E5760;
}
</style>
background-color css
<style>
a { background-color: #6E5760; }
a { background-color: rgb(110,87,96); }
div.DivClassName
{
background-color: #6E5760;
}
.BgClassName
{
background-color: #6E5760;
}
</style>
border-color css
<style>
span { border-color: #6E5760; }
span { border-color: rgb(110,87,96); }
td.TdClassName
{
border-color: #6E5760;
}
.TagClassName
{
border-color: #6E5760;
}
</style>