Shades of Cosmic #6D4B5F
Tints of Cosmic #6D4B5F
RGB
CMYK
RGB Variations
Color information
#6D4B5F (or 0x6D4B5F) is known color: Cosmic. HEX triplet: 6D, 4B and 5F. RGB value is (109,75,95). Sum of RGB (Red+Green+Blue) = 109+75+95=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4B5F is #92B4A0. Grayscale: #575757. Windows color (decimal): -9614497 or 6245229. OLE color: 6245229.
HSL color Cylindrical-coordinate representation of color #6D4B5F: hue angle of 324.71º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D4B5F is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 75 | 95 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.57 |
| HSL | 324.71º | 0.18% | 0.36% | - |
| HSV(B) | 324.71º | 0.31% | 0.43% | - |
| XYZ | 10.89 | 9.11 | 12.01 | - |
| YUV | 87.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 95 | 0 | 0.31 | 0.13 | 0.57 | 324.71 | 0.18 | 0.36 |
| Hex | 6D | 4B | 5F | 0 | 1F | D | 39 | 145 | 12 | 24 |
| Octal | 155 | 113 | 137 | 0 | 37 | 15 | 71 | 505 | 22 | 44 |
| Binary | 1101101 | 1001011 | 1011111 | 0 | 11111 | 1101 | 111001 | 101000101 | 10010 | 100100 |
Color Harmonies of #6D4B5F
Complementary color
Monochromatic Colors of #6D4B5F
Black with #6D4B5F
Text Example
Text Example
White with #6D4B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4B5F; }
p { color: rgb(109,75,95); }
H1.HeaderClassName
{
color: #6D4B5F;
}
.AnyTagClassName
{
color: #6D4B5F;
}
</style>
background-color css
<style>
a { background-color: #6D4B5F; }
a { background-color: rgb(109,75,95); }
div.DivClassName
{
background-color: #6D4B5F;
}
.BgClassName
{
background-color: #6D4B5F;
}
</style>
border-color css
<style>
span { border-color: #6D4B5F; }
span { border-color: rgb(109,75,95); }
td.TdClassName
{
border-color: #6D4B5F;
}
.TagClassName
{
border-color: #6D4B5F;
}
</style>