Shades of Cosmic #6D4D5E
Tints of Cosmic #6D4D5E
RGB
CMYK
RGB Variations
Color information
#6D4D5E (or 0x6D4D5E) is known color: Cosmic. HEX triplet: 6D, 4D and 5E. RGB value is (109,77,94). Sum of RGB (Red+Green+Blue) = 109+77+94=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4D5E is #92B2A1. Grayscale: #585858. Windows color (decimal): -9613986 or 6180205. OLE color: 6180205.
HSL color Cylindrical-coordinate representation of color #6D4D5E: hue angle of 328.12º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D4D5E is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
RGB | 109 | 77 | 94 | - |
CMYK | 0 | 0.29 | 0.14 | 0.57 |
HSL | 328.13º | 0.17% | 0.36% | - |
HSV(B) | 328.13º | 0.29% | 0.43% | - |
XYZ | 10.98 | 9.37 | 11.82 | - |
YUV | 88.51 | 131.1 | 142.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 109 | 77 | 94 | 0 | 0.29 | 0.14 | 0.57 | 328.13 | 0.17 | 0.36 |
Hex | 6D | 4D | 5E | 0 | 1D | E | 39 | 148 | 11 | 24 |
Octal | 155 | 115 | 136 | 0 | 35 | 16 | 71 | 510 | 21 | 44 |
Binary | 1101101 | 1001101 | 1011110 | 0 | 11101 | 1110 | 111001 | 101001000 | 10001 | 100100 |
Color Harmonies of #6D4D5E
Complementary color
Monochromatic Colors of #6D4D5E
Black with #6D4D5E
Text Example
Text Example
White with #6D4D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4D5E; }
p { color: rgb(109,77,94); }
H1.HeaderClassName
{
color: #6D4D5E;
}
.AnyTagClassName
{
color: #6D4D5E;
}
</style>
background-color css
<style>
a { background-color: #6D4D5E; }
a { background-color: rgb(109,77,94); }
div.DivClassName
{
background-color: #6D4D5E;
}
.BgClassName
{
background-color: #6D4D5E;
}
</style>
border-color css
<style>
span { border-color: #6D4D5E; }
span { border-color: rgb(109,77,94); }
td.TdClassName
{
border-color: #6D4D5E;
}
.TagClassName
{
border-color: #6D4D5E;
}
</style>