Shades of Cosmic #6E5665
Tints of Cosmic #6E5665
RGB
CMYK
RGB Variations
Color information
#6E5665 (or 0x6E5665) is known color: Cosmic. HEX triplet: 6E, 56 and 65. RGB value is (110,86,101). Sum of RGB (Red+Green+Blue) = 110+86+101=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5665 is #91A99A. Grayscale: #5E5E5E. Windows color (decimal): -9546139 or 6641262. OLE color: 6641262.
HSL color Cylindrical-coordinate representation of color #6E5665: hue angle of 322.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E5665 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 86 | 101 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.57 |
| HSL | 322.5º | 0.12% | 0.38% | - |
| HSV(B) | 322.5º | 0.22% | 0.43% | - |
| XYZ | 12.11 | 10.91 | 13.78 | - |
| YUV | 94.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 101 | 0 | 0.22 | 0.08 | 0.57 | 322.5 | 0.12 | 0.38 |
| Hex | 6E | 56 | 65 | 0 | 16 | 8 | 39 | 142 | C | 26 |
| Octal | 156 | 126 | 145 | 0 | 26 | 10 | 71 | 502 | 14 | 46 |
| Binary | 1101110 | 1010110 | 1100101 | 0 | 10110 | 1000 | 111001 | 101000010 | 1100 | 100110 |
Color Harmonies of #6E5665
Complementary color
Monochromatic Colors of #6E5665
Black with #6E5665
Text Example
Text Example
White with #6E5665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5665; }
p { color: rgb(110,86,101); }
H1.HeaderClassName
{
color: #6E5665;
}
.AnyTagClassName
{
color: #6E5665;
}
</style>
background-color css
<style>
a { background-color: #6E5665; }
a { background-color: rgb(110,86,101); }
div.DivClassName
{
background-color: #6E5665;
}
.BgClassName
{
background-color: #6E5665;
}
</style>
border-color css
<style>
span { border-color: #6E5665; }
span { border-color: rgb(110,86,101); }
td.TdClassName
{
border-color: #6E5665;
}
.TagClassName
{
border-color: #6E5665;
}
</style>