Shades of Cosmic #6D4961
Tints of Cosmic #6D4961
RGB
CMYK
RGB Variations
Color information
#6D4961 (or 0x6D4961) is known color: Cosmic. HEX triplet: 6D, 49 and 61. RGB value is (109,73,97). Sum of RGB (Red+Green+Blue) = 109+73+97=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4961 is #92B69E. Grayscale: #565656. Windows color (decimal): -9615007 or 6375789. OLE color: 6375789.
HSL color Cylindrical-coordinate representation of color #6D4961: hue angle of 320º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D4961 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 73 | 97 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.57 |
| HSL | 320º | 0.2% | 0.36% | - |
| HSV(B) | 320º | 0.33% | 0.43% | - |
| XYZ | 10.85 | 8.88 | 12.45 | - |
| YUV | 86.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 73 | 97 | 0 | 0.33 | 0.11 | 0.57 | 320 | 0.2 | 0.36 |
| Hex | 6D | 49 | 61 | 0 | 21 | B | 39 | 140 | 14 | 24 |
| Octal | 155 | 111 | 141 | 0 | 41 | 13 | 71 | 500 | 24 | 44 |
| Binary | 1101101 | 1001001 | 1100001 | 0 | 100001 | 1011 | 111001 | 101000000 | 10100 | 100100 |
Color Harmonies of #6D4961
Complementary color
Monochromatic Colors of #6D4961
Black with #6D4961
Text Example
Text Example
White with #6D4961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4961; }
p { color: rgb(109,73,97); }
H1.HeaderClassName
{
color: #6D4961;
}
.AnyTagClassName
{
color: #6D4961;
}
</style>
background-color css
<style>
a { background-color: #6D4961; }
a { background-color: rgb(109,73,97); }
div.DivClassName
{
background-color: #6D4961;
}
.BgClassName
{
background-color: #6D4961;
}
</style>
border-color css
<style>
span { border-color: #6D4961; }
span { border-color: rgb(109,73,97); }
td.TdClassName
{
border-color: #6D4961;
}
.TagClassName
{
border-color: #6D4961;
}
</style>