Shades of Cosmic #6D4E5F
Tints of Cosmic #6D4E5F
RGB
CMYK
RGB Variations
Color information
#6D4E5F (or 0x6D4E5F) is known color: Cosmic. HEX triplet: 6D, 4E and 5F. RGB value is (109,78,95). Sum of RGB (Red+Green+Blue) = 109+78+95=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4E5F is #92B1A0. Grayscale: #595959. Windows color (decimal): -9613729 or 6245997. OLE color: 6245997.
HSL color Cylindrical-coordinate representation of color #6D4E5F: hue angle of 327.1º 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 #6D4E5F is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 78 | 95 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.57 |
| HSL | 327.1º | 0.17% | 0.37% | - |
| HSV(B) | 327.1º | 0.28% | 0.43% | - |
| XYZ | 11.1 | 9.53 | 12.08 | - |
| YUV | 89.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 95 | 0 | 0.28 | 0.13 | 0.57 | 327.1 | 0.17 | 0.37 |
| Hex | 6D | 4E | 5F | 0 | 1C | D | 39 | 147 | 11 | 25 |
| Octal | 155 | 116 | 137 | 0 | 34 | 15 | 71 | 507 | 21 | 45 |
| Binary | 1101101 | 1001110 | 1011111 | 0 | 11100 | 1101 | 111001 | 101000111 | 10001 | 100101 |
Color Harmonies of #6D4E5F
Complementary color
Monochromatic Colors of #6D4E5F
Black with #6D4E5F
Text Example
Text Example
White with #6D4E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4E5F; }
p { color: rgb(109,78,95); }
H1.HeaderClassName
{
color: #6D4E5F;
}
.AnyTagClassName
{
color: #6D4E5F;
}
</style>
background-color css
<style>
a { background-color: #6D4E5F; }
a { background-color: rgb(109,78,95); }
div.DivClassName
{
background-color: #6D4E5F;
}
.BgClassName
{
background-color: #6D4E5F;
}
</style>
border-color css
<style>
span { border-color: #6D4E5F; }
span { border-color: rgb(109,78,95); }
td.TdClassName
{
border-color: #6D4E5F;
}
.TagClassName
{
border-color: #6D4E5F;
}
</style>