Shades of Cosmic #6C4762
Tints of Cosmic #6C4762
RGB
CMYK
RGB Variations
Color information
#6C4762 (or 0x6C4762) is known color: Cosmic. HEX triplet: 6C, 47 and 62. RGB value is (108,71,98). Sum of RGB (Red+Green+Blue) = 108+71+98=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4762 is #93B89D. Grayscale: #555555. Windows color (decimal): -9681054 or 6440812. OLE color: 6440812.
HSL color Cylindrical-coordinate representation of color #6C4762: hue angle of 316.22º 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 #6C4762 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 71 | 98 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.58 |
| HSL | 316.22º | 0.21% | 0.35% | - |
| HSV(B) | 316.22º | 0.34% | 0.42% | - |
| XYZ | 10.64 | 8.58 | 12.65 | - |
| YUV | 85.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 98 | 0 | 0.34 | 0.09 | 0.58 | 316.22 | 0.21 | 0.35 |
| Hex | 6C | 47 | 62 | 0 | 22 | 9 | 3A | 13C | 15 | 23 |
| Octal | 154 | 107 | 142 | 0 | 42 | 11 | 72 | 474 | 25 | 43 |
| Binary | 1101100 | 1000111 | 1100010 | 0 | 100010 | 1001 | 111010 | 100111100 | 10101 | 100011 |
Color Harmonies of #6C4762
Complementary color
Monochromatic Colors of #6C4762
Black with #6C4762
Text Example
Text Example
White with #6C4762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4762; }
p { color: rgb(108,71,98); }
H1.HeaderClassName
{
color: #6C4762;
}
.AnyTagClassName
{
color: #6C4762;
}
</style>
background-color css
<style>
a { background-color: #6C4762; }
a { background-color: rgb(108,71,98); }
div.DivClassName
{
background-color: #6C4762;
}
.BgClassName
{
background-color: #6C4762;
}
</style>
border-color css
<style>
span { border-color: #6C4762; }
span { border-color: rgb(108,71,98); }
td.TdClassName
{
border-color: #6C4762;
}
.TagClassName
{
border-color: #6C4762;
}
</style>