Shades of Cosmic #6D4863
Tints of Cosmic #6D4863
RGB
CMYK
RGB Variations
Color information
#6D4863 (or 0x6D4863) is known color: Cosmic. HEX triplet: 6D, 48 and 63. RGB value is (109,72,99). Sum of RGB (Red+Green+Blue) = 109+72+99=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4863 is #92B79C. Grayscale: #565656. Windows color (decimal): -9615261 or 6506605. OLE color: 6506605.
HSL color Cylindrical-coordinate representation of color #6D4863: hue angle of 316.22º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D4863 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 72 | 99 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.57 |
| HSL | 316.22º | 0.2% | 0.35% | - |
| HSV(B) | 316.22º | 0.34% | 0.43% | - |
| XYZ | 10.88 | 8.79 | 12.93 | - |
| YUV | 86.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 99 | 0 | 0.34 | 0.09 | 0.57 | 316.22 | 0.2 | 0.35 |
| Hex | 6D | 48 | 63 | 0 | 22 | 9 | 39 | 13C | 14 | 23 |
| Octal | 155 | 110 | 143 | 0 | 42 | 11 | 71 | 474 | 24 | 43 |
| Binary | 1101101 | 1001000 | 1100011 | 0 | 100010 | 1001 | 111001 | 100111100 | 10100 | 100011 |
Color Harmonies of #6D4863
Complementary color
Monochromatic Colors of #6D4863
Black with #6D4863
Text Example
Text Example
White with #6D4863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4863; }
p { color: rgb(109,72,99); }
H1.HeaderClassName
{
color: #6D4863;
}
.AnyTagClassName
{
color: #6D4863;
}
</style>
background-color css
<style>
a { background-color: #6D4863; }
a { background-color: rgb(109,72,99); }
div.DivClassName
{
background-color: #6D4863;
}
.BgClassName
{
background-color: #6D4863;
}
</style>
border-color css
<style>
span { border-color: #6D4863; }
span { border-color: rgb(109,72,99); }
td.TdClassName
{
border-color: #6D4863;
}
.TagClassName
{
border-color: #6D4863;
}
</style>