Shades of Cosmic #6E4E5C
Tints of Cosmic #6E4E5C
RGB
CMYK
RGB Variations
Color information
#6E4E5C (or 0x6E4E5C) is known color: Cosmic. HEX triplet: 6E, 4E and 5C. RGB value is (110,78,92). Sum of RGB (Red+Green+Blue) = 110+78+92=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4E5C is #91B1A3. Grayscale: #595959. Windows color (decimal): -9548196 or 6049390. OLE color: 6049390.
HSL color Cylindrical-coordinate representation of color #6E4E5C: hue angle of 333.75º 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 #6E4E5C is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 78 | 92 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.57 |
| HSL | 333.75º | 0.17% | 0.37% | - |
| HSV(B) | 333.75º | 0.29% | 0.43% | - |
| XYZ | 11.09 | 9.54 | 11.38 | - |
| YUV | 89.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 78 | 92 | 0 | 0.29 | 0.16 | 0.57 | 333.75 | 0.17 | 0.37 |
| Hex | 6E | 4E | 5C | 0 | 1D | 10 | 39 | 14E | 11 | 25 |
| Octal | 156 | 116 | 134 | 0 | 35 | 20 | 71 | 516 | 21 | 45 |
| Binary | 1101110 | 1001110 | 1011100 | 0 | 11101 | 10000 | 111001 | 101001110 | 10001 | 100101 |
Color Harmonies of #6E4E5C
Complementary color
Monochromatic Colors of #6E4E5C
Black with #6E4E5C
Text Example
Text Example
White with #6E4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4E5C; }
p { color: rgb(110,78,92); }
H1.HeaderClassName
{
color: #6E4E5C;
}
.AnyTagClassName
{
color: #6E4E5C;
}
</style>
background-color css
<style>
a { background-color: #6E4E5C; }
a { background-color: rgb(110,78,92); }
div.DivClassName
{
background-color: #6E4E5C;
}
.BgClassName
{
background-color: #6E4E5C;
}
</style>
border-color css
<style>
span { border-color: #6E4E5C; }
span { border-color: rgb(110,78,92); }
td.TdClassName
{
border-color: #6E4E5C;
}
.TagClassName
{
border-color: #6E4E5C;
}
</style>