Shades of Cosmic #6E485E
Tints of Cosmic #6E485E
RGB
CMYK
RGB Variations
Color information
#6E485E (or 0x6E485E) is known color: Cosmic. HEX triplet: 6E, 48 and 5E. RGB value is (110,72,94). Sum of RGB (Red+Green+Blue) = 110+72+94=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 110 - color contains mainly: red. Hex color #6E485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E485E is #91B7A1. Grayscale: #555555. Windows color (decimal): -9549730 or 6178926. OLE color: 6178926.
HSL color Cylindrical-coordinate representation of color #6E485E: hue angle of 325.26º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E485E is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 72 | 94 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.57 |
| HSL | 325.26º | 0.21% | 0.36% | - |
| HSV(B) | 325.26º | 0.35% | 0.43% | - |
| XYZ | 10.77 | 8.76 | 11.71 | - |
| YUV | 85.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 72 | 94 | 0 | 0.35 | 0.15 | 0.57 | 325.26 | 0.21 | 0.36 |
| Hex | 6E | 48 | 5E | 0 | 23 | F | 39 | 145 | 15 | 24 |
| Octal | 156 | 110 | 136 | 0 | 43 | 17 | 71 | 505 | 25 | 44 |
| Binary | 1101110 | 1001000 | 1011110 | 0 | 100011 | 1111 | 111001 | 101000101 | 10101 | 100100 |
Color Harmonies of #6E485E
Complementary color
Monochromatic Colors of #6E485E
Black with #6E485E
Text Example
Text Example
White with #6E485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E485E; }
p { color: rgb(110,72,94); }
H1.HeaderClassName
{
color: #6E485E;
}
.AnyTagClassName
{
color: #6E485E;
}
</style>
background-color css
<style>
a { background-color: #6E485E; }
a { background-color: rgb(110,72,94); }
div.DivClassName
{
background-color: #6E485E;
}
.BgClassName
{
background-color: #6E485E;
}
</style>
border-color css
<style>
span { border-color: #6E485E; }
span { border-color: rgb(110,72,94); }
td.TdClassName
{
border-color: #6E485E;
}
.TagClassName
{
border-color: #6E485E;
}
</style>