Shades of Cosmic #6E5464
Tints of Cosmic #6E5464
RGB
CMYK
RGB Variations
Color information
#6E5464 (or 0x6E5464) is known color: Cosmic. HEX triplet: 6E, 54 and 64. RGB value is (110,84,100). Sum of RGB (Red+Green+Blue) = 110+84+100=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5464 is #91AB9B. Grayscale: #5D5D5D. Windows color (decimal): -9546652 or 6575214. OLE color: 6575214.
HSL color Cylindrical-coordinate representation of color #6E5464: hue angle of 323.08º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E5464 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 84 | 100 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.57 |
| HSL | 323.08º | 0.13% | 0.38% | - |
| HSV(B) | 323.08º | 0.24% | 0.43% | - |
| XYZ | 11.9 | 10.58 | 13.47 | - |
| YUV | 93.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 84 | 100 | 0 | 0.24 | 0.09 | 0.57 | 323.08 | 0.13 | 0.38 |
| Hex | 6E | 54 | 64 | 0 | 18 | 9 | 39 | 143 | D | 26 |
| Octal | 156 | 124 | 144 | 0 | 30 | 11 | 71 | 503 | 15 | 46 |
| Binary | 1101110 | 1010100 | 1100100 | 0 | 11000 | 1001 | 111001 | 101000011 | 1101 | 100110 |
Color Harmonies of #6E5464
Complementary color
Monochromatic Colors of #6E5464
Black with #6E5464
Text Example
Text Example
White with #6E5464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5464; }
p { color: rgb(110,84,100); }
H1.HeaderClassName
{
color: #6E5464;
}
.AnyTagClassName
{
color: #6E5464;
}
</style>
background-color css
<style>
a { background-color: #6E5464; }
a { background-color: rgb(110,84,100); }
div.DivClassName
{
background-color: #6E5464;
}
.BgClassName
{
background-color: #6E5464;
}
</style>
border-color css
<style>
span { border-color: #6E5464; }
span { border-color: rgb(110,84,100); }
td.TdClassName
{
border-color: #6E5464;
}
.TagClassName
{
border-color: #6E5464;
}
</style>