Shades of Cosmic #6D555D
Tints of Cosmic #6D555D
RGB
CMYK
RGB Variations
Color information
#6D555D (or 0x6D555D) is known color: Cosmic. HEX triplet: 6D, 55 and 5D. RGB value is (109,85,93). Sum of RGB (Red+Green+Blue) = 109+85+93=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 109 - color contains mainly: red. Hex color #6D555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D555D is #92AAA2. Grayscale: #5D5D5D. Windows color (decimal): -9611939 or 6116717. OLE color: 6116717.
HSL color Cylindrical-coordinate representation of color #6D555D: hue angle of 340º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D555D is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 85 | 93 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.57 |
| HSL | 340º | 0.12% | 0.38% | - |
| HSV(B) | 340º | 0.22% | 0.43% | - |
| XYZ | 11.53 | 10.54 | 11.78 | - |
| YUV | 93.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 93 | 0 | 0.22 | 0.15 | 0.57 | 340 | 0.12 | 0.38 |
| Hex | 6D | 55 | 5D | 0 | 16 | F | 39 | 154 | C | 26 |
| Octal | 155 | 125 | 135 | 0 | 26 | 17 | 71 | 524 | 14 | 46 |
| Binary | 1101101 | 1010101 | 1011101 | 0 | 10110 | 1111 | 111001 | 101010100 | 1100 | 100110 |
Color Harmonies of #6D555D
Complementary color
Monochromatic Colors of #6D555D
Black with #6D555D
Text Example
Text Example
White with #6D555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D555D; }
p { color: rgb(109,85,93); }
H1.HeaderClassName
{
color: #6D555D;
}
.AnyTagClassName
{
color: #6D555D;
}
</style>
background-color css
<style>
a { background-color: #6D555D; }
a { background-color: rgb(109,85,93); }
div.DivClassName
{
background-color: #6D555D;
}
.BgClassName
{
background-color: #6D555D;
}
</style>
border-color css
<style>
span { border-color: #6D555D; }
span { border-color: rgb(109,85,93); }
td.TdClassName
{
border-color: #6D555D;
}
.TagClassName
{
border-color: #6D555D;
}
</style>