Shades of Cosmic #6E555D
Tints of Cosmic #6E555D
RGB
CMYK
RGB Variations
Color information
#6E555D (or 0x6E555D) is known color: Cosmic. HEX triplet: 6E, 55 and 5D. RGB value is (110,85,93). Sum of RGB (Red+Green+Blue) = 110+85+93=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 110 - color contains mainly: red. Hex color #6E555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E555D is #91AAA2. Grayscale: #5D5D5D. Windows color (decimal): -9546403 or 6116718. OLE color: 6116718.
HSL color Cylindrical-coordinate representation of color #6E555D: hue angle of 340.8º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E555D is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 85 | 93 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.57 |
| HSL | 340.8º | 0.13% | 0.38% | - |
| HSV(B) | 340.8º | 0.23% | 0.43% | - |
| XYZ | 11.65 | 10.6 | 11.79 | - |
| YUV | 93.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 85 | 93 | 0 | 0.23 | 0.15 | 0.57 | 340.8 | 0.13 | 0.38 |
| Hex | 6E | 55 | 5D | 0 | 17 | F | 39 | 155 | D | 26 |
| Octal | 156 | 125 | 135 | 0 | 27 | 17 | 71 | 525 | 15 | 46 |
| Binary | 1101110 | 1010101 | 1011101 | 0 | 10111 | 1111 | 111001 | 101010101 | 1101 | 100110 |
Color Harmonies of #6E555D
Complementary color
Monochromatic Colors of #6E555D
Black with #6E555D
Text Example
Text Example
White with #6E555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E555D; }
p { color: rgb(110,85,93); }
H1.HeaderClassName
{
color: #6E555D;
}
.AnyTagClassName
{
color: #6E555D;
}
</style>
background-color css
<style>
a { background-color: #6E555D; }
a { background-color: rgb(110,85,93); }
div.DivClassName
{
background-color: #6E555D;
}
.BgClassName
{
background-color: #6E555D;
}
</style>
border-color css
<style>
span { border-color: #6E555D; }
span { border-color: rgb(110,85,93); }
td.TdClassName
{
border-color: #6E555D;
}
.TagClassName
{
border-color: #6E555D;
}
</style>