Shades of Cosmic #6C525D
Tints of Cosmic #6C525D
RGB
CMYK
RGB Variations
Color information
#6C525D (or 0x6C525D) is known color: Cosmic. HEX triplet: 6C, 52 and 5D. RGB value is (108,82,93). Sum of RGB (Red+Green+Blue) = 108+82+93=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 108 - color contains mainly: red. Hex color #6C525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C525D is #93ADA2. Grayscale: #5B5B5B. Windows color (decimal): -9678243 or 6115948. OLE color: 6115948.
HSL color Cylindrical-coordinate representation of color #6C525D: hue angle of 334.62º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C525D is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 82 | 93 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.58 |
| HSL | 334.62º | 0.14% | 0.37% | - |
| HSV(B) | 334.62º | 0.24% | 0.42% | - |
| XYZ | 11.18 | 10.01 | 11.7 | - |
| YUV | 91.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 82 | 93 | 0 | 0.24 | 0.14 | 0.58 | 334.62 | 0.14 | 0.37 |
| Hex | 6C | 52 | 5D | 0 | 18 | E | 3A | 14F | E | 25 |
| Octal | 154 | 122 | 135 | 0 | 30 | 16 | 72 | 517 | 16 | 45 |
| Binary | 1101100 | 1010010 | 1011101 | 0 | 11000 | 1110 | 111010 | 101001111 | 1110 | 100101 |
Color Harmonies of #6C525D
Complementary color
Monochromatic Colors of #6C525D
Black with #6C525D
Text Example
Text Example
White with #6C525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C525D; }
p { color: rgb(108,82,93); }
H1.HeaderClassName
{
color: #6C525D;
}
.AnyTagClassName
{
color: #6C525D;
}
</style>
background-color css
<style>
a { background-color: #6C525D; }
a { background-color: rgb(108,82,93); }
div.DivClassName
{
background-color: #6C525D;
}
.BgClassName
{
background-color: #6C525D;
}
</style>
border-color css
<style>
span { border-color: #6C525D; }
span { border-color: rgb(108,82,93); }
td.TdClassName
{
border-color: #6C525D;
}
.TagClassName
{
border-color: #6C525D;
}
</style>