Shades of Cosmic #6E505F
Tints of Cosmic #6E505F
RGB
CMYK
RGB Variations
Color information
#6E505F (or 0x6E505F) is known color: Cosmic. HEX triplet: 6E, 50 and 5F. RGB value is (110,80,95). Sum of RGB (Red+Green+Blue) = 110+80+95=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 110 - color contains mainly: red. Hex color #6E505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E505F is #91AFA0. Grayscale: #5A5A5A. Windows color (decimal): -9547681 or 6246510. OLE color: 6246510.
HSL color Cylindrical-coordinate representation of color #6E505F: hue angle of 330º 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 #6E505F is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 80 | 95 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.57 |
| HSL | 330º | 0.16% | 0.37% | - |
| HSV(B) | 330º | 0.27% | 0.43% | - |
| XYZ | 11.36 | 9.88 | 12.13 | - |
| YUV | 90.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 95 | 0 | 0.27 | 0.14 | 0.57 | 330 | 0.16 | 0.37 |
| Hex | 6E | 50 | 5F | 0 | 1B | E | 39 | 14A | 10 | 25 |
| Octal | 156 | 120 | 137 | 0 | 33 | 16 | 71 | 512 | 20 | 45 |
| Binary | 1101110 | 1010000 | 1011111 | 0 | 11011 | 1110 | 111001 | 101001010 | 10000 | 100101 |
Color Harmonies of #6E505F
Complementary color
Monochromatic Colors of #6E505F
Black with #6E505F
Text Example
Text Example
White with #6E505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E505F; }
p { color: rgb(110,80,95); }
H1.HeaderClassName
{
color: #6E505F;
}
.AnyTagClassName
{
color: #6E505F;
}
</style>
background-color css
<style>
a { background-color: #6E505F; }
a { background-color: rgb(110,80,95); }
div.DivClassName
{
background-color: #6E505F;
}
.BgClassName
{
background-color: #6E505F;
}
</style>
border-color css
<style>
span { border-color: #6E505F; }
span { border-color: rgb(110,80,95); }
td.TdClassName
{
border-color: #6E505F;
}
.TagClassName
{
border-color: #6E505F;
}
</style>