Shades of Cosmic #6E505B
Tints of Cosmic #6E505B
RGB
CMYK
RGB Variations
Color information
#6E505B (or 0x6E505B) is known color: Cosmic. HEX triplet: 6E, 50 and 5B. RGB value is (110,80,91). Sum of RGB (Red+Green+Blue) = 110+80+91=281 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.15% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 110 - color contains mainly: red. Hex color #6E505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E505B is #91AFA4. Grayscale: #5A5A5A. Windows color (decimal): -9547685 or 5984366. OLE color: 5984366.
HSL color Cylindrical-coordinate representation of color #6E505B: hue angle of 338º 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 #6E505B is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 80 | 91 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.57 |
| HSL | 338º | 0.16% | 0.37% | - |
| HSV(B) | 338º | 0.27% | 0.43% | - |
| XYZ | 11.19 | 9.81 | 11.2 | - |
| YUV | 90.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 91 | 0 | 0.27 | 0.17 | 0.57 | 338 | 0.16 | 0.37 |
| Hex | 6E | 50 | 5B | 0 | 1B | 11 | 39 | 152 | 10 | 25 |
| Octal | 156 | 120 | 133 | 0 | 33 | 21 | 71 | 522 | 20 | 45 |
| Binary | 1101110 | 1010000 | 1011011 | 0 | 11011 | 10001 | 111001 | 101010010 | 10000 | 100101 |
Color Harmonies of #6E505B
Complementary color
Monochromatic Colors of #6E505B
Black with #6E505B
Text Example
Text Example
White with #6E505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E505B; }
p { color: rgb(110,80,91); }
H1.HeaderClassName
{
color: #6E505B;
}
.AnyTagClassName
{
color: #6E505B;
}
</style>
background-color css
<style>
a { background-color: #6E505B; }
a { background-color: rgb(110,80,91); }
div.DivClassName
{
background-color: #6E505B;
}
.BgClassName
{
background-color: #6E505B;
}
</style>
border-color css
<style>
span { border-color: #6E505B; }
span { border-color: rgb(110,80,91); }
td.TdClassName
{
border-color: #6E505B;
}
.TagClassName
{
border-color: #6E505B;
}
</style>