Shades of Cosmic #6E4F5E
Tints of Cosmic #6E4F5E
RGB
CMYK
RGB Variations
Color information
#6E4F5E (or 0x6E4F5E) is known color: Cosmic. HEX triplet: 6E, 4F and 5E. RGB value is (110,79,94). Sum of RGB (Red+Green+Blue) = 110+79+94=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4F5E is #91B0A1. Grayscale: #595959. Windows color (decimal): -9547938 or 6180718. OLE color: 6180718.
HSL color Cylindrical-coordinate representation of color #6E4F5E: hue angle of 330.97º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E4F5E is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 79 | 94 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.57 |
| HSL | 330.97º | 0.16% | 0.37% | - |
| HSV(B) | 330.97º | 0.28% | 0.43% | - |
| XYZ | 11.25 | 9.72 | 11.87 | - |
| YUV | 89.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 94 | 0 | 0.28 | 0.15 | 0.57 | 330.97 | 0.16 | 0.37 |
| Hex | 6E | 4F | 5E | 0 | 1C | F | 39 | 14B | 10 | 25 |
| Octal | 156 | 117 | 136 | 0 | 34 | 17 | 71 | 513 | 20 | 45 |
| Binary | 1101110 | 1001111 | 1011110 | 0 | 11100 | 1111 | 111001 | 101001011 | 10000 | 100101 |
Color Harmonies of #6E4F5E
Complementary color
Monochromatic Colors of #6E4F5E
Black with #6E4F5E
Text Example
Text Example
White with #6E4F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4F5E; }
p { color: rgb(110,79,94); }
H1.HeaderClassName
{
color: #6E4F5E;
}
.AnyTagClassName
{
color: #6E4F5E;
}
</style>
background-color css
<style>
a { background-color: #6E4F5E; }
a { background-color: rgb(110,79,94); }
div.DivClassName
{
background-color: #6E4F5E;
}
.BgClassName
{
background-color: #6E4F5E;
}
</style>
border-color css
<style>
span { border-color: #6E4F5E; }
span { border-color: rgb(110,79,94); }
td.TdClassName
{
border-color: #6E4F5E;
}
.TagClassName
{
border-color: #6E4F5E;
}
</style>