Shades of Cosmic #6E4E62
Tints of Cosmic #6E4E62
RGB
CMYK
RGB Variations
Color information
#6E4E62 (or 0x6E4E62) is known color: Cosmic. HEX triplet: 6E, 4E and 62. RGB value is (110,78,98). Sum of RGB (Red+Green+Blue) = 110+78+98=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4E62 is #91B19D. Grayscale: #595959. Windows color (decimal): -9548190 or 6442606. OLE color: 6442606.
HSL color Cylindrical-coordinate representation of color #6E4E62: hue angle of 322.5º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E4E62 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 78 | 98 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.57 |
| HSL | 322.5º | 0.17% | 0.37% | - |
| HSV(B) | 322.5º | 0.29% | 0.43% | - |
| XYZ | 11.36 | 9.65 | 12.82 | - |
| YUV | 89.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 78 | 98 | 0 | 0.29 | 0.11 | 0.57 | 322.5 | 0.17 | 0.37 |
| Hex | 6E | 4E | 62 | 0 | 1D | B | 39 | 142 | 11 | 25 |
| Octal | 156 | 116 | 142 | 0 | 35 | 13 | 71 | 502 | 21 | 45 |
| Binary | 1101110 | 1001110 | 1100010 | 0 | 11101 | 1011 | 111001 | 101000010 | 10001 | 100101 |
Color Harmonies of #6E4E62
Complementary color
Monochromatic Colors of #6E4E62
Black with #6E4E62
Text Example
Text Example
White with #6E4E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4E62; }
p { color: rgb(110,78,98); }
H1.HeaderClassName
{
color: #6E4E62;
}
.AnyTagClassName
{
color: #6E4E62;
}
</style>
background-color css
<style>
a { background-color: #6E4E62; }
a { background-color: rgb(110,78,98); }
div.DivClassName
{
background-color: #6E4E62;
}
.BgClassName
{
background-color: #6E4E62;
}
</style>
border-color css
<style>
span { border-color: #6E4E62; }
span { border-color: rgb(110,78,98); }
td.TdClassName
{
border-color: #6E4E62;
}
.TagClassName
{
border-color: #6E4E62;
}
</style>