Shades of Cosmic #6D4D5F
Tints of Cosmic #6D4D5F
RGB
CMYK
RGB Variations
Color information
#6D4D5F (or 0x6D4D5F) is known color: Cosmic. HEX triplet: 6D, 4D and 5F. RGB value is (109,77,95). Sum of RGB (Red+Green+Blue) = 109+77+95=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4D5F is #92B2A0. Grayscale: #585858. Windows color (decimal): -9613985 or 6245741. OLE color: 6245741.
HSL color Cylindrical-coordinate representation of color #6D4D5F: hue angle of 326.25º 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 #6D4D5F is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 77 | 95 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.57 |
| HSL | 326.25º | 0.17% | 0.36% | - |
| HSV(B) | 326.25º | 0.29% | 0.43% | - |
| XYZ | 11.03 | 9.39 | 12.06 | - |
| YUV | 88.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 95 | 0 | 0.29 | 0.13 | 0.57 | 326.25 | 0.17 | 0.36 |
| Hex | 6D | 4D | 5F | 0 | 1D | D | 39 | 146 | 11 | 24 |
| Octal | 155 | 115 | 137 | 0 | 35 | 15 | 71 | 506 | 21 | 44 |
| Binary | 1101101 | 1001101 | 1011111 | 0 | 11101 | 1101 | 111001 | 101000110 | 10001 | 100100 |
Color Harmonies of #6D4D5F
Complementary color
Monochromatic Colors of #6D4D5F
Black with #6D4D5F
Text Example
Text Example
White with #6D4D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4D5F; }
p { color: rgb(109,77,95); }
H1.HeaderClassName
{
color: #6D4D5F;
}
.AnyTagClassName
{
color: #6D4D5F;
}
</style>
background-color css
<style>
a { background-color: #6D4D5F; }
a { background-color: rgb(109,77,95); }
div.DivClassName
{
background-color: #6D4D5F;
}
.BgClassName
{
background-color: #6D4D5F;
}
</style>
border-color css
<style>
span { border-color: #6D4D5F; }
span { border-color: rgb(109,77,95); }
td.TdClassName
{
border-color: #6D4D5F;
}
.TagClassName
{
border-color: #6D4D5F;
}
</style>