Shades of Cosmic #6E515C
Tints of Cosmic #6E515C
RGB
CMYK
RGB Variations
Color information
#6E515C (or 0x6E515C) is known color: Cosmic. HEX triplet: 6E, 51 and 5C. RGB value is (110,81,92). Sum of RGB (Red+Green+Blue) = 110+81+92=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 110 - color contains mainly: red. Hex color #6E515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E515C is #91AEA3. Grayscale: #5A5A5A. Windows color (decimal): -9547428 or 6050158. OLE color: 6050158.
HSL color Cylindrical-coordinate representation of color #6E515C: hue angle of 337.24º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E515C is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 81 | 92 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.57 |
| HSL | 337.24º | 0.15% | 0.37% | - |
| HSV(B) | 337.24º | 0.26% | 0.43% | - |
| XYZ | 11.3 | 9.97 | 11.45 | - |
| YUV | 90.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 81 | 92 | 0 | 0.26 | 0.16 | 0.57 | 337.24 | 0.15 | 0.37 |
| Hex | 6E | 51 | 5C | 0 | 1A | 10 | 39 | 151 | F | 25 |
| Octal | 156 | 121 | 134 | 0 | 32 | 20 | 71 | 521 | 17 | 45 |
| Binary | 1101110 | 1010001 | 1011100 | 0 | 11010 | 10000 | 111001 | 101010001 | 1111 | 100101 |
Color Harmonies of #6E515C
Complementary color
Monochromatic Colors of #6E515C
Black with #6E515C
Text Example
Text Example
White with #6E515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E515C; }
p { color: rgb(110,81,92); }
H1.HeaderClassName
{
color: #6E515C;
}
.AnyTagClassName
{
color: #6E515C;
}
</style>
background-color css
<style>
a { background-color: #6E515C; }
a { background-color: rgb(110,81,92); }
div.DivClassName
{
background-color: #6E515C;
}
.BgClassName
{
background-color: #6E515C;
}
</style>
border-color css
<style>
span { border-color: #6E515C; }
span { border-color: rgb(110,81,92); }
td.TdClassName
{
border-color: #6E515C;
}
.TagClassName
{
border-color: #6E515C;
}
</style>