Shades of Cosmic #6E4D62
Tints of Cosmic #6E4D62
RGB
CMYK
RGB Variations
Color information
#6E4D62 (or 0x6E4D62) is known color: Cosmic. HEX triplet: 6E, 4D and 62. RGB value is (110,77,98). Sum of RGB (Red+Green+Blue) = 110+77+98=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4D62 is #91B29D. Grayscale: #595959. Windows color (decimal): -9548446 or 6442350. OLE color: 6442350.
HSL color Cylindrical-coordinate representation of color #6E4D62: hue angle of 321.82º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E4D62 is Cyan = 0, Magento = 0.3, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 77 | 98 | - |
| CMYK | 0 | 0.3 | 0.11 | 0.57 |
| HSL | 321.82º | 0.18% | 0.37% | - |
| HSV(B) | 321.82º | 0.3% | 0.43% | - |
| XYZ | 11.29 | 9.5 | 12.79 | - |
| YUV | 89.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 98 | 0 | 0.3 | 0.11 | 0.57 | 321.82 | 0.18 | 0.37 |
| Hex | 6E | 4D | 62 | 0 | 1E | B | 39 | 142 | 12 | 25 |
| Octal | 156 | 115 | 142 | 0 | 36 | 13 | 71 | 502 | 22 | 45 |
| Binary | 1101110 | 1001101 | 1100010 | 0 | 11110 | 1011 | 111001 | 101000010 | 10010 | 100101 |
Color Harmonies of #6E4D62
Complementary color
Monochromatic Colors of #6E4D62
Black with #6E4D62
Text Example
Text Example
White with #6E4D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4D62; }
p { color: rgb(110,77,98); }
H1.HeaderClassName
{
color: #6E4D62;
}
.AnyTagClassName
{
color: #6E4D62;
}
</style>
background-color css
<style>
a { background-color: #6E4D62; }
a { background-color: rgb(110,77,98); }
div.DivClassName
{
background-color: #6E4D62;
}
.BgClassName
{
background-color: #6E4D62;
}
</style>
border-color css
<style>
span { border-color: #6E4D62; }
span { border-color: rgb(110,77,98); }
td.TdClassName
{
border-color: #6E4D62;
}
.TagClassName
{
border-color: #6E4D62;
}
</style>