Shades of Cosmic #6C515D
Tints of Cosmic #6C515D
RGB
CMYK
RGB Variations
Color information
#6C515D (or 0x6C515D) is known color: Cosmic. HEX triplet: 6C, 51 and 5D. RGB value is (108,81,93). Sum of RGB (Red+Green+Blue) = 108+81+93=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 108 - color contains mainly: red. Hex color #6C515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C515D is #93AEA2. Grayscale: #5A5A5A. Windows color (decimal): -9678499 or 6115692. OLE color: 6115692.
HSL color Cylindrical-coordinate representation of color #6C515D: hue angle of 333.33º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C515D is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 81 | 93 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.58 |
| HSL | 333.33º | 0.14% | 0.37% | - |
| HSV(B) | 333.33º | 0.25% | 0.42% | - |
| XYZ | 11.1 | 9.86 | 11.67 | - |
| YUV | 90.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 81 | 93 | 0 | 0.25 | 0.14 | 0.58 | 333.33 | 0.14 | 0.37 |
| Hex | 6C | 51 | 5D | 0 | 19 | E | 3A | 14D | E | 25 |
| Octal | 154 | 121 | 135 | 0 | 31 | 16 | 72 | 515 | 16 | 45 |
| Binary | 1101100 | 1010001 | 1011101 | 0 | 11001 | 1110 | 111010 | 101001101 | 1110 | 100101 |
Color Harmonies of #6C515D
Complementary color
Monochromatic Colors of #6C515D
Black with #6C515D
Text Example
Text Example
White with #6C515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C515D; }
p { color: rgb(108,81,93); }
H1.HeaderClassName
{
color: #6C515D;
}
.AnyTagClassName
{
color: #6C515D;
}
</style>
background-color css
<style>
a { background-color: #6C515D; }
a { background-color: rgb(108,81,93); }
div.DivClassName
{
background-color: #6C515D;
}
.BgClassName
{
background-color: #6C515D;
}
</style>
border-color css
<style>
span { border-color: #6C515D; }
span { border-color: rgb(108,81,93); }
td.TdClassName
{
border-color: #6C515D;
}
.TagClassName
{
border-color: #6C515D;
}
</style>