Shades of Cosmic #6D5963
Tints of Cosmic #6D5963
RGB
CMYK
RGB Variations
Color information
#6D5963 (or 0x6D5963) is known color: Cosmic. HEX triplet: 6D, 59 and 63. RGB value is (109,89,99). Sum of RGB (Red+Green+Blue) = 109+89+99=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5963 is #92A69C. Grayscale: #606060. Windows color (decimal): -9610909 or 6510957. OLE color: 6510957.
HSL color Cylindrical-coordinate representation of color #6D5963: hue angle of 330º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D5963 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 89 | 99 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.57 |
| HSL | 330º | 0.1% | 0.39% | - |
| HSV(B) | 330º | 0.18% | 0.43% | - |
| XYZ | 12.13 | 11.3 | 13.35 | - |
| YUV | 96.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 99 | 0 | 0.18 | 0.09 | 0.57 | 330 | 0.1 | 0.39 |
| Hex | 6D | 59 | 63 | 0 | 12 | 9 | 39 | 14A | A | 27 |
| Octal | 155 | 131 | 143 | 0 | 22 | 11 | 71 | 512 | 12 | 47 |
| Binary | 1101101 | 1011001 | 1100011 | 0 | 10010 | 1001 | 111001 | 101001010 | 1010 | 100111 |
Color Harmonies of #6D5963
Complementary color
Monochromatic Colors of #6D5963
Black with #6D5963
Text Example
Text Example
White with #6D5963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5963; }
p { color: rgb(109,89,99); }
H1.HeaderClassName
{
color: #6D5963;
}
.AnyTagClassName
{
color: #6D5963;
}
</style>
background-color css
<style>
a { background-color: #6D5963; }
a { background-color: rgb(109,89,99); }
div.DivClassName
{
background-color: #6D5963;
}
.BgClassName
{
background-color: #6D5963;
}
</style>
border-color css
<style>
span { border-color: #6D5963; }
span { border-color: rgb(109,89,99); }
td.TdClassName
{
border-color: #6D5963;
}
.TagClassName
{
border-color: #6D5963;
}
</style>