Shades of Cosmic #6E4D5C
Tints of Cosmic #6E4D5C
RGB
CMYK
RGB Variations
Color information
#6E4D5C (or 0x6E4D5C) is known color: Cosmic. HEX triplet: 6E, 4D and 5C. RGB value is (110,77,92). Sum of RGB (Red+Green+Blue) = 110+77+92=279 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.43% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4D5C is #91B2A3. Grayscale: #585858. Windows color (decimal): -9548452 or 6049134. OLE color: 6049134.
HSL color Cylindrical-coordinate representation of color #6E4D5C: hue angle of 332.73º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E4D5C is Cyan = 0, Magento = 0.3, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 77 | 92 | - |
| CMYK | 0 | 0.3 | 0.16 | 0.57 |
| HSL | 332.73º | 0.18% | 0.37% | - |
| HSV(B) | 332.73º | 0.3% | 0.43% | - |
| XYZ | 11.02 | 9.4 | 11.36 | - |
| YUV | 88.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 92 | 0 | 0.3 | 0.16 | 0.57 | 332.73 | 0.18 | 0.37 |
| Hex | 6E | 4D | 5C | 0 | 1E | 10 | 39 | 14D | 12 | 25 |
| Octal | 156 | 115 | 134 | 0 | 36 | 20 | 71 | 515 | 22 | 45 |
| Binary | 1101110 | 1001101 | 1011100 | 0 | 11110 | 10000 | 111001 | 101001101 | 10010 | 100101 |
Color Harmonies of #6E4D5C
Complementary color
Monochromatic Colors of #6E4D5C
Black with #6E4D5C
Text Example
Text Example
White with #6E4D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4D5C; }
p { color: rgb(110,77,92); }
H1.HeaderClassName
{
color: #6E4D5C;
}
.AnyTagClassName
{
color: #6E4D5C;
}
</style>
background-color css
<style>
a { background-color: #6E4D5C; }
a { background-color: rgb(110,77,92); }
div.DivClassName
{
background-color: #6E4D5C;
}
.BgClassName
{
background-color: #6E4D5C;
}
</style>
border-color css
<style>
span { border-color: #6E4D5C; }
span { border-color: rgb(110,77,92); }
td.TdClassName
{
border-color: #6E4D5C;
}
.TagClassName
{
border-color: #6E4D5C;
}
</style>