Shades of Cosmic #6D505E
Tints of Cosmic #6D505E
RGB
CMYK
RGB Variations
Color information
#6D505E (or 0x6D505E) is known color: Cosmic. HEX triplet: 6D, 50 and 5E. RGB value is (109,80,94). Sum of RGB (Red+Green+Blue) = 109+80+94=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 109 - color contains mainly: red. Hex color #6D505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D505E is #92AFA1. Grayscale: #5A5A5A. Windows color (decimal): -9613218 or 6180973. OLE color: 6180973.
HSL color Cylindrical-coordinate representation of color #6D505E: hue angle of 331.03º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D505E is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 80 | 94 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.57 |
| HSL | 331.03º | 0.15% | 0.37% | - |
| HSV(B) | 331.03º | 0.27% | 0.43% | - |
| XYZ | 11.2 | 9.8 | 11.89 | - |
| YUV | 90.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 94 | 0 | 0.27 | 0.14 | 0.57 | 331.03 | 0.15 | 0.37 |
| Hex | 6D | 50 | 5E | 0 | 1B | E | 39 | 14B | F | 25 |
| Octal | 155 | 120 | 136 | 0 | 33 | 16 | 71 | 513 | 17 | 45 |
| Binary | 1101101 | 1010000 | 1011110 | 0 | 11011 | 1110 | 111001 | 101001011 | 1111 | 100101 |
Color Harmonies of #6D505E
Complementary color
Monochromatic Colors of #6D505E
Black with #6D505E
Text Example
Text Example
White with #6D505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D505E; }
p { color: rgb(109,80,94); }
H1.HeaderClassName
{
color: #6D505E;
}
.AnyTagClassName
{
color: #6D505E;
}
</style>
background-color css
<style>
a { background-color: #6D505E; }
a { background-color: rgb(109,80,94); }
div.DivClassName
{
background-color: #6D505E;
}
.BgClassName
{
background-color: #6D505E;
}
</style>
border-color css
<style>
span { border-color: #6D505E; }
span { border-color: rgb(109,80,94); }
td.TdClassName
{
border-color: #6D505E;
}
.TagClassName
{
border-color: #6D505E;
}
</style>