Shades of Cosmic #6E4E5F
Tints of Cosmic #6E4E5F
RGB
CMYK
RGB Variations
Color information
#6E4E5F (or 0x6E4E5F) is known color: Cosmic. HEX triplet: 6E, 4E and 5F. RGB value is (110,78,95). Sum of RGB (Red+Green+Blue) = 110+78+95=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4E5F is #91B1A0. Grayscale: #595959. Windows color (decimal): -9548193 or 6245998. OLE color: 6245998.
HSL color Cylindrical-coordinate representation of color #6E4E5F: hue angle of 328.12º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E4E5F is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 78 | 95 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.57 |
| HSL | 328.13º | 0.17% | 0.37% | - |
| HSV(B) | 328.13º | 0.29% | 0.43% | - |
| XYZ | 11.22 | 9.59 | 12.09 | - |
| YUV | 89.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 78 | 95 | 0 | 0.29 | 0.14 | 0.57 | 328.13 | 0.17 | 0.37 |
| Hex | 6E | 4E | 5F | 0 | 1D | E | 39 | 148 | 11 | 25 |
| Octal | 156 | 116 | 137 | 0 | 35 | 16 | 71 | 510 | 21 | 45 |
| Binary | 1101110 | 1001110 | 1011111 | 0 | 11101 | 1110 | 111001 | 101001000 | 10001 | 100101 |
Color Harmonies of #6E4E5F
Complementary color
Monochromatic Colors of #6E4E5F
Black with #6E4E5F
Text Example
Text Example
White with #6E4E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4E5F; }
p { color: rgb(110,78,95); }
H1.HeaderClassName
{
color: #6E4E5F;
}
.AnyTagClassName
{
color: #6E4E5F;
}
</style>
background-color css
<style>
a { background-color: #6E4E5F; }
a { background-color: rgb(110,78,95); }
div.DivClassName
{
background-color: #6E4E5F;
}
.BgClassName
{
background-color: #6E4E5F;
}
</style>
border-color css
<style>
span { border-color: #6E4E5F; }
span { border-color: rgb(110,78,95); }
td.TdClassName
{
border-color: #6E4E5F;
}
.TagClassName
{
border-color: #6E4E5F;
}
</style>