Shades of Cosmic #6C4A61
Tints of Cosmic #6C4A61
RGB
CMYK
RGB Variations
Color information
#6C4A61 (or 0x6C4A61) is known color: Cosmic. HEX triplet: 6C, 4A and 61. RGB value is (108,74,97). Sum of RGB (Red+Green+Blue) = 108+74+97=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4A61 is #93B59E. Grayscale: #565656. Windows color (decimal): -9680287 or 6376044. OLE color: 6376044.
HSL color Cylindrical-coordinate representation of color #6C4A61: hue angle of 319.41º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C4A61 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 74 | 97 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.58 |
| HSL | 319.41º | 0.19% | 0.36% | - |
| HSV(B) | 319.41º | 0.31% | 0.42% | - |
| XYZ | 10.79 | 8.95 | 12.47 | - |
| YUV | 86.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 74 | 97 | 0 | 0.31 | 0.10 | 0.58 | 319.41 | 0.19 | 0.36 |
| Hex | 6C | 4A | 61 | 0 | 1F | A | 3A | 13F | 13 | 24 |
| Octal | 154 | 112 | 141 | 0 | 37 | 12 | 72 | 477 | 23 | 44 |
| Binary | 1101100 | 1001010 | 1100001 | 0 | 11111 | 1010 | 111010 | 100111111 | 10011 | 100100 |
Color Harmonies of #6C4A61
Complementary color
Monochromatic Colors of #6C4A61
Black with #6C4A61
Text Example
Text Example
White with #6C4A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4A61; }
p { color: rgb(108,74,97); }
H1.HeaderClassName
{
color: #6C4A61;
}
.AnyTagClassName
{
color: #6C4A61;
}
</style>
background-color css
<style>
a { background-color: #6C4A61; }
a { background-color: rgb(108,74,97); }
div.DivClassName
{
background-color: #6C4A61;
}
.BgClassName
{
background-color: #6C4A61;
}
</style>
border-color css
<style>
span { border-color: #6C4A61; }
span { border-color: rgb(108,74,97); }
td.TdClassName
{
border-color: #6C4A61;
}
.TagClassName
{
border-color: #6C4A61;
}
</style>