Shades of Cosmic #6D515C
Tints of Cosmic #6D515C
RGB
CMYK
RGB Variations
Color information
#6D515C (or 0x6D515C) is known color: Cosmic. HEX triplet: 6D, 51 and 5C. RGB value is (109,81,92). Sum of RGB (Red+Green+Blue) = 109+81+92=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 109 - color contains mainly: red. Hex color #6D515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D515C is #92AEA3. Grayscale: #5A5A5A. Windows color (decimal): -9612964 or 6050157. OLE color: 6050157.
HSL color Cylindrical-coordinate representation of color #6D515C: hue angle of 336.43º 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 #6D515C is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 81 | 92 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.57 |
| HSL | 336.43º | 0.15% | 0.37% | - |
| HSV(B) | 336.43º | 0.26% | 0.43% | - |
| XYZ | 11.18 | 9.91 | 11.45 | - |
| YUV | 90.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 92 | 0 | 0.26 | 0.16 | 0.57 | 336.43 | 0.15 | 0.37 |
| Hex | 6D | 51 | 5C | 0 | 1A | 10 | 39 | 150 | F | 25 |
| Octal | 155 | 121 | 134 | 0 | 32 | 20 | 71 | 520 | 17 | 45 |
| Binary | 1101101 | 1010001 | 1011100 | 0 | 11010 | 10000 | 111001 | 101010000 | 1111 | 100101 |
Color Harmonies of #6D515C
Complementary color
Monochromatic Colors of #6D515C
Black with #6D515C
Text Example
Text Example
White with #6D515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D515C; }
p { color: rgb(109,81,92); }
H1.HeaderClassName
{
color: #6D515C;
}
.AnyTagClassName
{
color: #6D515C;
}
</style>
background-color css
<style>
a { background-color: #6D515C; }
a { background-color: rgb(109,81,92); }
div.DivClassName
{
background-color: #6D515C;
}
.BgClassName
{
background-color: #6D515C;
}
</style>
border-color css
<style>
span { border-color: #6D515C; }
span { border-color: rgb(109,81,92); }
td.TdClassName
{
border-color: #6D515C;
}
.TagClassName
{
border-color: #6D515C;
}
</style>