Shades of Cosmic #6C4861
Tints of Cosmic #6C4861
RGB
CMYK
RGB Variations
Color information
#6C4861 (or 0x6C4861) is known color: Cosmic. HEX triplet: 6C, 48 and 61. RGB value is (108,72,97). Sum of RGB (Red+Green+Blue) = 108+72+97=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4861 is #93B79E. Grayscale: #555555. Windows color (decimal): -9680799 or 6375532. OLE color: 6375532.
HSL color Cylindrical-coordinate representation of color #6C4861: hue angle of 318.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6C4861 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 72 | 97 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.58 |
| HSL | 318.33º | 0.2% | 0.35% | - |
| HSV(B) | 318.33º | 0.33% | 0.42% | - |
| XYZ | 10.66 | 8.69 | 12.42 | - |
| YUV | 85.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 72 | 97 | 0 | 0.33 | 0.10 | 0.58 | 318.33 | 0.2 | 0.35 |
| Hex | 6C | 48 | 61 | 0 | 21 | A | 3A | 13E | 14 | 23 |
| Octal | 154 | 110 | 141 | 0 | 41 | 12 | 72 | 476 | 24 | 43 |
| Binary | 1101100 | 1001000 | 1100001 | 0 | 100001 | 1010 | 111010 | 100111110 | 10100 | 100011 |
Color Harmonies of #6C4861
Complementary color
Monochromatic Colors of #6C4861
Black with #6C4861
Text Example
Text Example
White with #6C4861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4861; }
p { color: rgb(108,72,97); }
H1.HeaderClassName
{
color: #6C4861;
}
.AnyTagClassName
{
color: #6C4861;
}
</style>
background-color css
<style>
a { background-color: #6C4861; }
a { background-color: rgb(108,72,97); }
div.DivClassName
{
background-color: #6C4861;
}
.BgClassName
{
background-color: #6C4861;
}
</style>
border-color css
<style>
span { border-color: #6C4861; }
span { border-color: rgb(108,72,97); }
td.TdClassName
{
border-color: #6C4861;
}
.TagClassName
{
border-color: #6C4861;
}
</style>