Shades of Cosmic #6D5163
Tints of Cosmic #6D5163
RGB
CMYK
RGB Variations
Color information
#6D5163 (or 0x6D5163) is known color: Cosmic. HEX triplet: 6D, 51 and 63. RGB value is (109,81,99). Sum of RGB (Red+Green+Blue) = 109+81+99=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5163 is #92AE9C. Grayscale: #5B5B5B. Windows color (decimal): -9612957 or 6508909. OLE color: 6508909.
HSL color Cylindrical-coordinate representation of color #6D5163: hue angle of 321.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D5163 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 81 | 99 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.57 |
| HSL | 321.43º | 0.15% | 0.37% | - |
| HSV(B) | 321.43º | 0.26% | 0.43% | - |
| XYZ | 11.5 | 10.04 | 13.14 | - |
| YUV | 91.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 99 | 0 | 0.26 | 0.09 | 0.57 | 321.43 | 0.15 | 0.37 |
| Hex | 6D | 51 | 63 | 0 | 1A | 9 | 39 | 141 | F | 25 |
| Octal | 155 | 121 | 143 | 0 | 32 | 11 | 71 | 501 | 17 | 45 |
| Binary | 1101101 | 1010001 | 1100011 | 0 | 11010 | 1001 | 111001 | 101000001 | 1111 | 100101 |
Color Harmonies of #6D5163
Complementary color
Monochromatic Colors of #6D5163
Black with #6D5163
Text Example
Text Example
White with #6D5163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5163; }
p { color: rgb(109,81,99); }
H1.HeaderClassName
{
color: #6D5163;
}
.AnyTagClassName
{
color: #6D5163;
}
</style>
background-color css
<style>
a { background-color: #6D5163; }
a { background-color: rgb(109,81,99); }
div.DivClassName
{
background-color: #6D5163;
}
.BgClassName
{
background-color: #6D5163;
}
</style>
border-color css
<style>
span { border-color: #6D5163; }
span { border-color: rgb(109,81,99); }
td.TdClassName
{
border-color: #6D5163;
}
.TagClassName
{
border-color: #6D5163;
}
</style>