Shades of Cosmic #6D4F5F
Tints of Cosmic #6D4F5F
RGB
CMYK
RGB Variations
Color information
#6D4F5F (or 0x6D4F5F) is known color: Cosmic. HEX triplet: 6D, 4F and 5F. RGB value is (109,79,95). Sum of RGB (Red+Green+Blue) = 109+79+95=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4F5F is #92B0A0. Grayscale: #595959. Windows color (decimal): -9613473 or 6246253. OLE color: 6246253.
HSL color Cylindrical-coordinate representation of color #6D4F5F: hue angle of 328º degrees, saturation: 0.16, 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 #6D4F5F is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 79 | 95 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.57 |
| HSL | 328º | 0.16% | 0.37% | - |
| HSV(B) | 328º | 0.28% | 0.43% | - |
| XYZ | 11.17 | 9.67 | 12.1 | - |
| YUV | 89.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 79 | 95 | 0 | 0.28 | 0.13 | 0.57 | 328 | 0.16 | 0.37 |
| Hex | 6D | 4F | 5F | 0 | 1C | D | 39 | 148 | 10 | 25 |
| Octal | 155 | 117 | 137 | 0 | 34 | 15 | 71 | 510 | 20 | 45 |
| Binary | 1101101 | 1001111 | 1011111 | 0 | 11100 | 1101 | 111001 | 101001000 | 10000 | 100101 |
Color Harmonies of #6D4F5F
Complementary color
Monochromatic Colors of #6D4F5F
Black with #6D4F5F
Text Example
Text Example
White with #6D4F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4F5F; }
p { color: rgb(109,79,95); }
H1.HeaderClassName
{
color: #6D4F5F;
}
.AnyTagClassName
{
color: #6D4F5F;
}
</style>
background-color css
<style>
a { background-color: #6D4F5F; }
a { background-color: rgb(109,79,95); }
div.DivClassName
{
background-color: #6D4F5F;
}
.BgClassName
{
background-color: #6D4F5F;
}
</style>
border-color css
<style>
span { border-color: #6D4F5F; }
span { border-color: rgb(109,79,95); }
td.TdClassName
{
border-color: #6D4F5F;
}
.TagClassName
{
border-color: #6D4F5F;
}
</style>