Shades of Cosmic #6D4761
Tints of Cosmic #6D4761
RGB
CMYK
RGB Variations
Color information
#6D4761 (or 0x6D4761) is known color: Cosmic. HEX triplet: 6D, 47 and 61. RGB value is (109,71,97). Sum of RGB (Red+Green+Blue) = 109+71+97=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4761 is #92B89E. Grayscale: #555555. Windows color (decimal): -9615519 or 6375277. OLE color: 6375277.
HSL color Cylindrical-coordinate representation of color #6D4761: hue angle of 318.95º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D4761 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 71 | 97 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.57 |
| HSL | 318.95º | 0.21% | 0.35% | - |
| HSV(B) | 318.95º | 0.35% | 0.43% | - |
| XYZ | 10.72 | 8.62 | 12.41 | - |
| YUV | 85.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 97 | 0 | 0.35 | 0.11 | 0.57 | 318.95 | 0.21 | 0.35 |
| Hex | 6D | 47 | 61 | 0 | 23 | B | 39 | 13F | 15 | 23 |
| Octal | 155 | 107 | 141 | 0 | 43 | 13 | 71 | 477 | 25 | 43 |
| Binary | 1101101 | 1000111 | 1100001 | 0 | 100011 | 1011 | 111001 | 100111111 | 10101 | 100011 |
Color Harmonies of #6D4761
Complementary color
Monochromatic Colors of #6D4761
Black with #6D4761
Text Example
Text Example
White with #6D4761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4761; }
p { color: rgb(109,71,97); }
H1.HeaderClassName
{
color: #6D4761;
}
.AnyTagClassName
{
color: #6D4761;
}
</style>
background-color css
<style>
a { background-color: #6D4761; }
a { background-color: rgb(109,71,97); }
div.DivClassName
{
background-color: #6D4761;
}
.BgClassName
{
background-color: #6D4761;
}
</style>
border-color css
<style>
span { border-color: #6D4761; }
span { border-color: rgb(109,71,97); }
td.TdClassName
{
border-color: #6D4761;
}
.TagClassName
{
border-color: #6D4761;
}
</style>