Shades of Cosmic #6D4E5C
Tints of Cosmic #6D4E5C
RGB
CMYK
RGB Variations
Color information
#6D4E5C (or 0x6D4E5C) is known color: Cosmic. HEX triplet: 6D, 4E and 5C. RGB value is (109,78,92). Sum of RGB (Red+Green+Blue) = 109+78+92=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4E5C is #92B1A3. Grayscale: #585858. Windows color (decimal): -9613732 or 6049389. OLE color: 6049389.
HSL color Cylindrical-coordinate representation of color #6D4E5C: hue angle of 332.9º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D4E5C is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 78 | 92 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.57 |
| HSL | 332.9º | 0.17% | 0.37% | - |
| HSV(B) | 332.9º | 0.28% | 0.43% | - |
| XYZ | 10.96 | 9.47 | 11.38 | - |
| YUV | 88.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 92 | 0 | 0.28 | 0.16 | 0.57 | 332.9 | 0.17 | 0.37 |
| Hex | 6D | 4E | 5C | 0 | 1C | 10 | 39 | 14D | 11 | 25 |
| Octal | 155 | 116 | 134 | 0 | 34 | 20 | 71 | 515 | 21 | 45 |
| Binary | 1101101 | 1001110 | 1011100 | 0 | 11100 | 10000 | 111001 | 101001101 | 10001 | 100101 |
Color Harmonies of #6D4E5C
Complementary color
Monochromatic Colors of #6D4E5C
Black with #6D4E5C
Text Example
Text Example
White with #6D4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4E5C; }
p { color: rgb(109,78,92); }
H1.HeaderClassName
{
color: #6D4E5C;
}
.AnyTagClassName
{
color: #6D4E5C;
}
</style>
background-color css
<style>
a { background-color: #6D4E5C; }
a { background-color: rgb(109,78,92); }
div.DivClassName
{
background-color: #6D4E5C;
}
.BgClassName
{
background-color: #6D4E5C;
}
</style>
border-color css
<style>
span { border-color: #6D4E5C; }
span { border-color: rgb(109,78,92); }
td.TdClassName
{
border-color: #6D4E5C;
}
.TagClassName
{
border-color: #6D4E5C;
}
</style>