Shades of Cosmic #6D5660
Tints of Cosmic #6D5660
RGB
CMYK
RGB Variations
Color information
#6D5660 (or 0x6D5660) is known color: Cosmic. HEX triplet: 6D, 56 and 60. RGB value is (109,86,96). Sum of RGB (Red+Green+Blue) = 109+86+96=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5660 is #92A99F. Grayscale: #5E5E5E. Windows color (decimal): -9611680 or 6313581. OLE color: 6313581.
HSL color Cylindrical-coordinate representation of color #6D5660: hue angle of 333.91º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D5660 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 86 | 96 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.57 |
| HSL | 333.91º | 0.12% | 0.38% | - |
| HSV(B) | 333.91º | 0.21% | 0.43% | - |
| XYZ | 11.75 | 10.75 | 12.52 | - |
| YUV | 94.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 96 | 0 | 0.21 | 0.12 | 0.57 | 333.91 | 0.12 | 0.38 |
| Hex | 6D | 56 | 60 | 0 | 15 | C | 39 | 14E | C | 26 |
| Octal | 155 | 126 | 140 | 0 | 25 | 14 | 71 | 516 | 14 | 46 |
| Binary | 1101101 | 1010110 | 1100000 | 0 | 10101 | 1100 | 111001 | 101001110 | 1100 | 100110 |
Color Harmonies of #6D5660
Complementary color
Monochromatic Colors of #6D5660
Black with #6D5660
Text Example
Text Example
White with #6D5660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5660; }
p { color: rgb(109,86,96); }
H1.HeaderClassName
{
color: #6D5660;
}
.AnyTagClassName
{
color: #6D5660;
}
</style>
background-color css
<style>
a { background-color: #6D5660; }
a { background-color: rgb(109,86,96); }
div.DivClassName
{
background-color: #6D5660;
}
.BgClassName
{
background-color: #6D5660;
}
</style>
border-color css
<style>
span { border-color: #6D5660; }
span { border-color: rgb(109,86,96); }
td.TdClassName
{
border-color: #6D5660;
}
.TagClassName
{
border-color: #6D5660;
}
</style>