Shades of Cosmic #6C535F
Tints of Cosmic #6C535F
RGB
CMYK
RGB Variations
Color information
#6C535F (or 0x6C535F) is known color: Cosmic. HEX triplet: 6C, 53 and 5F. RGB value is (108,83,95). Sum of RGB (Red+Green+Blue) = 108+83+95=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 108 - color contains mainly: red. Hex color #6C535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C535F is #93ACA0. Grayscale: #5B5B5B. Windows color (decimal): -9677985 or 6247276. OLE color: 6247276.
HSL color Cylindrical-coordinate representation of color #6C535F: hue angle of 331.2º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C535F is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 83 | 95 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.58 |
| HSL | 331.2º | 0.13% | 0.37% | - |
| HSV(B) | 331.2º | 0.23% | 0.42% | - |
| XYZ | 11.34 | 10.2 | 12.2 | - |
| YUV | 91.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 83 | 95 | 0 | 0.23 | 0.12 | 0.58 | 331.2 | 0.13 | 0.37 |
| Hex | 6C | 53 | 5F | 0 | 17 | C | 3A | 14B | D | 25 |
| Octal | 154 | 123 | 137 | 0 | 27 | 14 | 72 | 513 | 15 | 45 |
| Binary | 1101100 | 1010011 | 1011111 | 0 | 10111 | 1100 | 111010 | 101001011 | 1101 | 100101 |
Color Harmonies of #6C535F
Complementary color
Monochromatic Colors of #6C535F
Black with #6C535F
Text Example
Text Example
White with #6C535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C535F; }
p { color: rgb(108,83,95); }
H1.HeaderClassName
{
color: #6C535F;
}
.AnyTagClassName
{
color: #6C535F;
}
</style>
background-color css
<style>
a { background-color: #6C535F; }
a { background-color: rgb(108,83,95); }
div.DivClassName
{
background-color: #6C535F;
}
.BgClassName
{
background-color: #6C535F;
}
</style>
border-color css
<style>
span { border-color: #6C535F; }
span { border-color: rgb(108,83,95); }
td.TdClassName
{
border-color: #6C535F;
}
.TagClassName
{
border-color: #6C535F;
}
</style>