Shades of Cosmic #6C4F5E
Tints of Cosmic #6C4F5E
RGB
CMYK
RGB Variations
Color information
#6C4F5E (or 0x6C4F5E) is known color: Cosmic. HEX triplet: 6C, 4F and 5E. RGB value is (108,79,94). Sum of RGB (Red+Green+Blue) = 108+79+94=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4F5E is #93B0A1. Grayscale: #595959. Windows color (decimal): -9679010 or 6180716. OLE color: 6180716.
HSL color Cylindrical-coordinate representation of color #6C4F5E: hue angle of 328.97º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C4F5E is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 79 | 94 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.58 |
| HSL | 328.97º | 0.16% | 0.37% | - |
| HSV(B) | 328.97º | 0.27% | 0.42% | - |
| XYZ | 11 | 9.59 | 11.86 | - |
| YUV | 89.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 79 | 94 | 0 | 0.27 | 0.13 | 0.58 | 328.97 | 0.16 | 0.37 |
| Hex | 6C | 4F | 5E | 0 | 1B | D | 3A | 149 | 10 | 25 |
| Octal | 154 | 117 | 136 | 0 | 33 | 15 | 72 | 511 | 20 | 45 |
| Binary | 1101100 | 1001111 | 1011110 | 0 | 11011 | 1101 | 111010 | 101001001 | 10000 | 100101 |
Color Harmonies of #6C4F5E
Complementary color
Monochromatic Colors of #6C4F5E
Black with #6C4F5E
Text Example
Text Example
White with #6C4F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4F5E; }
p { color: rgb(108,79,94); }
H1.HeaderClassName
{
color: #6C4F5E;
}
.AnyTagClassName
{
color: #6C4F5E;
}
</style>
background-color css
<style>
a { background-color: #6C4F5E; }
a { background-color: rgb(108,79,94); }
div.DivClassName
{
background-color: #6C4F5E;
}
.BgClassName
{
background-color: #6C4F5E;
}
</style>
border-color css
<style>
span { border-color: #6C4F5E; }
span { border-color: rgb(108,79,94); }
td.TdClassName
{
border-color: #6C4F5E;
}
.TagClassName
{
border-color: #6C4F5E;
}
</style>