Shades of Cosmic #6C4760
Tints of Cosmic #6C4760
RGB
CMYK
RGB Variations
Color information
#6C4760 (or 0x6C4760) is known color: Cosmic. HEX triplet: 6C, 47 and 60. RGB value is (108,71,96). Sum of RGB (Red+Green+Blue) = 108+71+96=275 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.27% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4760 is #93B89F. Grayscale: #545454. Windows color (decimal): -9681056 or 6309740. OLE color: 6309740.
HSL color Cylindrical-coordinate representation of color #6C4760: hue angle of 319.46º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C4760 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 71 | 96 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.58 |
| HSL | 319.46º | 0.21% | 0.35% | - |
| HSV(B) | 319.46º | 0.34% | 0.42% | - |
| XYZ | 10.55 | 8.54 | 12.16 | - |
| YUV | 84.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 96 | 0 | 0.34 | 0.11 | 0.58 | 319.46 | 0.21 | 0.35 |
| Hex | 6C | 47 | 60 | 0 | 22 | B | 3A | 13F | 15 | 23 |
| Octal | 154 | 107 | 140 | 0 | 42 | 13 | 72 | 477 | 25 | 43 |
| Binary | 1101100 | 1000111 | 1100000 | 0 | 100010 | 1011 | 111010 | 100111111 | 10101 | 100011 |
Color Harmonies of #6C4760
Complementary color
Monochromatic Colors of #6C4760
Black with #6C4760
Text Example
Text Example
White with #6C4760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4760; }
p { color: rgb(108,71,96); }
H1.HeaderClassName
{
color: #6C4760;
}
.AnyTagClassName
{
color: #6C4760;
}
</style>
background-color css
<style>
a { background-color: #6C4760; }
a { background-color: rgb(108,71,96); }
div.DivClassName
{
background-color: #6C4760;
}
.BgClassName
{
background-color: #6C4760;
}
</style>
border-color css
<style>
span { border-color: #6C4760; }
span { border-color: rgb(108,71,96); }
td.TdClassName
{
border-color: #6C4760;
}
.TagClassName
{
border-color: #6C4760;
}
</style>