Shades of Cosmic #6C5360
Tints of Cosmic #6C5360
RGB
CMYK
RGB Variations
Color information
#6C5360 (or 0x6C5360) is known color: Cosmic. HEX triplet: 6C, 53 and 60. RGB value is (108,83,96). Sum of RGB (Red+Green+Blue) = 108+83+96=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5360 is #93AC9F. Grayscale: #5B5B5B. Windows color (decimal): -9677984 or 6312812. OLE color: 6312812.
HSL color Cylindrical-coordinate representation of color #6C5360: hue angle of 328.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C5360 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 83 | 96 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.58 |
| HSL | 328.8º | 0.13% | 0.37% | - |
| HSV(B) | 328.8º | 0.23% | 0.42% | - |
| XYZ | 11.39 | 10.22 | 12.44 | - |
| YUV | 91.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 83 | 96 | 0 | 0.23 | 0.11 | 0.58 | 328.8 | 0.13 | 0.37 |
| Hex | 6C | 53 | 60 | 0 | 17 | B | 3A | 149 | D | 25 |
| Octal | 154 | 123 | 140 | 0 | 27 | 13 | 72 | 511 | 15 | 45 |
| Binary | 1101100 | 1010011 | 1100000 | 0 | 10111 | 1011 | 111010 | 101001001 | 1101 | 100101 |
Color Harmonies of #6C5360
Complementary color
Monochromatic Colors of #6C5360
Black with #6C5360
Text Example
Text Example
White with #6C5360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5360; }
p { color: rgb(108,83,96); }
H1.HeaderClassName
{
color: #6C5360;
}
.AnyTagClassName
{
color: #6C5360;
}
</style>
background-color css
<style>
a { background-color: #6C5360; }
a { background-color: rgb(108,83,96); }
div.DivClassName
{
background-color: #6C5360;
}
.BgClassName
{
background-color: #6C5360;
}
</style>
border-color css
<style>
span { border-color: #6C5360; }
span { border-color: rgb(108,83,96); }
td.TdClassName
{
border-color: #6C5360;
}
.TagClassName
{
border-color: #6C5360;
}
</style>