Shades of Cosmic #6E4F60
Tints of Cosmic #6E4F60
RGB
CMYK
RGB Variations
Color information
#6E4F60 (or 0x6E4F60) is known color: Cosmic. HEX triplet: 6E, 4F and 60. RGB value is (110,79,96). Sum of RGB (Red+Green+Blue) = 110+79+96=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4F60 is #91B09F. Grayscale: #5A5A5A. Windows color (decimal): -9547936 or 6311790. OLE color: 6311790.
HSL color Cylindrical-coordinate representation of color #6E4F60: hue angle of 327.1º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E4F60 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 79 | 96 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.57 |
| HSL | 327.1º | 0.16% | 0.37% | - |
| HSV(B) | 327.1º | 0.28% | 0.43% | - |
| XYZ | 11.34 | 9.75 | 12.35 | - |
| YUV | 90.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 96 | 0 | 0.28 | 0.13 | 0.57 | 327.1 | 0.16 | 0.37 |
| Hex | 6E | 4F | 60 | 0 | 1C | D | 39 | 147 | 10 | 25 |
| Octal | 156 | 117 | 140 | 0 | 34 | 15 | 71 | 507 | 20 | 45 |
| Binary | 1101110 | 1001111 | 1100000 | 0 | 11100 | 1101 | 111001 | 101000111 | 10000 | 100101 |
Color Harmonies of #6E4F60
Complementary color
Monochromatic Colors of #6E4F60
Black with #6E4F60
Text Example
Text Example
White with #6E4F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4F60; }
p { color: rgb(110,79,96); }
H1.HeaderClassName
{
color: #6E4F60;
}
.AnyTagClassName
{
color: #6E4F60;
}
</style>
background-color css
<style>
a { background-color: #6E4F60; }
a { background-color: rgb(110,79,96); }
div.DivClassName
{
background-color: #6E4F60;
}
.BgClassName
{
background-color: #6E4F60;
}
</style>
border-color css
<style>
span { border-color: #6E4F60; }
span { border-color: rgb(110,79,96); }
td.TdClassName
{
border-color: #6E4F60;
}
.TagClassName
{
border-color: #6E4F60;
}
</style>