Shades of Cosmic #6D4A5E
Tints of Cosmic #6D4A5E
RGB
CMYK
RGB Variations
Color information
#6D4A5E (or 0x6D4A5E) is known color: Cosmic. HEX triplet: 6D, 4A and 5E. RGB value is (109,74,94). Sum of RGB (Red+Green+Blue) = 109+74+94=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4A5E is #92B5A1. Grayscale: #565656. Windows color (decimal): -9614754 or 6179437. OLE color: 6179437.
HSL color Cylindrical-coordinate representation of color #6D4A5E: hue angle of 325.71º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D4A5E is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 94 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.57 |
| HSL | 325.71º | 0.19% | 0.36% | - |
| HSV(B) | 325.71º | 0.32% | 0.43% | - |
| XYZ | 10.78 | 8.96 | 11.75 | - |
| YUV | 86.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 94 | 0 | 0.32 | 0.14 | 0.57 | 325.71 | 0.19 | 0.36 |
| Hex | 6D | 4A | 5E | 0 | 20 | E | 39 | 146 | 13 | 24 |
| Octal | 155 | 112 | 136 | 0 | 40 | 16 | 71 | 506 | 23 | 44 |
| Binary | 1101101 | 1001010 | 1011110 | 0 | 100000 | 1110 | 111001 | 101000110 | 10011 | 100100 |
Color Harmonies of #6D4A5E
Complementary color
Monochromatic Colors of #6D4A5E
Black with #6D4A5E
Text Example
Text Example
White with #6D4A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A5E; }
p { color: rgb(109,74,94); }
H1.HeaderClassName
{
color: #6D4A5E;
}
.AnyTagClassName
{
color: #6D4A5E;
}
</style>
background-color css
<style>
a { background-color: #6D4A5E; }
a { background-color: rgb(109,74,94); }
div.DivClassName
{
background-color: #6D4A5E;
}
.BgClassName
{
background-color: #6D4A5E;
}
</style>
border-color css
<style>
span { border-color: #6D4A5E; }
span { border-color: rgb(109,74,94); }
td.TdClassName
{
border-color: #6D4A5E;
}
.TagClassName
{
border-color: #6D4A5E;
}
</style>