Shades of Cosmic #6E525C
Tints of Cosmic #6E525C
RGB
CMYK
RGB Variations
Color information
#6E525C (or 0x6E525C) is known color: Cosmic. HEX triplet: 6E, 52 and 5C. RGB value is (110,82,92). Sum of RGB (Red+Green+Blue) = 110+82+92=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 110 - color contains mainly: red. Hex color #6E525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E525C is #91ADA3. Grayscale: #5B5B5B. Windows color (decimal): -9547172 or 6050414. OLE color: 6050414.
HSL color Cylindrical-coordinate representation of color #6E525C: hue angle of 338.57º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E525C is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 82 | 92 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.57 |
| HSL | 338.57º | 0.15% | 0.38% | - |
| HSV(B) | 338.57º | 0.25% | 0.43% | - |
| XYZ | 11.38 | 10.12 | 11.48 | - |
| YUV | 91.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 82 | 92 | 0 | 0.25 | 0.16 | 0.57 | 338.57 | 0.15 | 0.38 |
| Hex | 6E | 52 | 5C | 0 | 19 | 10 | 39 | 153 | F | 26 |
| Octal | 156 | 122 | 134 | 0 | 31 | 20 | 71 | 523 | 17 | 46 |
| Binary | 1101110 | 1010010 | 1011100 | 0 | 11001 | 10000 | 111001 | 101010011 | 1111 | 100110 |
Color Harmonies of #6E525C
Complementary color
Monochromatic Colors of #6E525C
Black with #6E525C
Text Example
Text Example
White with #6E525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E525C; }
p { color: rgb(110,82,92); }
H1.HeaderClassName
{
color: #6E525C;
}
.AnyTagClassName
{
color: #6E525C;
}
</style>
background-color css
<style>
a { background-color: #6E525C; }
a { background-color: rgb(110,82,92); }
div.DivClassName
{
background-color: #6E525C;
}
.BgClassName
{
background-color: #6E525C;
}
</style>
border-color css
<style>
span { border-color: #6E525C; }
span { border-color: rgb(110,82,92); }
td.TdClassName
{
border-color: #6E525C;
}
.TagClassName
{
border-color: #6E525C;
}
</style>