Shades of Cosmic #6E505C
Tints of Cosmic #6E505C
RGB
CMYK
RGB Variations
Color information
#6E505C (or 0x6E505C) is known color: Cosmic. HEX triplet: 6E, 50 and 5C. RGB value is (110,80,92). Sum of RGB (Red+Green+Blue) = 110+80+92=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 110 - color contains mainly: red. Hex color #6E505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E505C is #91AFA3. Grayscale: #5A5A5A. Windows color (decimal): -9547684 or 6049902. OLE color: 6049902.
HSL color Cylindrical-coordinate representation of color #6E505C: hue angle of 336º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E505C is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 80 | 92 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.57 |
| HSL | 336º | 0.16% | 0.37% | - |
| HSV(B) | 336º | 0.27% | 0.43% | - |
| XYZ | 11.23 | 9.83 | 11.43 | - |
| YUV | 90.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 92 | 0 | 0.27 | 0.16 | 0.57 | 336 | 0.16 | 0.37 |
| Hex | 6E | 50 | 5C | 0 | 1B | 10 | 39 | 150 | 10 | 25 |
| Octal | 156 | 120 | 134 | 0 | 33 | 20 | 71 | 520 | 20 | 45 |
| Binary | 1101110 | 1010000 | 1011100 | 0 | 11011 | 10000 | 111001 | 101010000 | 10000 | 100101 |
Color Harmonies of #6E505C
Complementary color
Monochromatic Colors of #6E505C
Black with #6E505C
Text Example
Text Example
White with #6E505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E505C; }
p { color: rgb(110,80,92); }
H1.HeaderClassName
{
color: #6E505C;
}
.AnyTagClassName
{
color: #6E505C;
}
</style>
background-color css
<style>
a { background-color: #6E505C; }
a { background-color: rgb(110,80,92); }
div.DivClassName
{
background-color: #6E505C;
}
.BgClassName
{
background-color: #6E505C;
}
</style>
border-color css
<style>
span { border-color: #6E505C; }
span { border-color: rgb(110,80,92); }
td.TdClassName
{
border-color: #6E505C;
}
.TagClassName
{
border-color: #6E505C;
}
</style>