Shades of Cosmic #6E5765
Tints of Cosmic #6E5765
RGB
CMYK
RGB Variations
Color information
#6E5765 (or 0x6E5765) is known color: Cosmic. HEX triplet: 6E, 57 and 65. RGB value is (110,87,101). Sum of RGB (Red+Green+Blue) = 110+87+101=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5765 is #91A89A. Grayscale: #5F5F5F. Windows color (decimal): -9545883 or 6641518. OLE color: 6641518.
HSL color Cylindrical-coordinate representation of color #6E5765: hue angle of 323.48º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E5765 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 87 | 101 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.57 |
| HSL | 323.48º | 0.12% | 0.39% | - |
| HSV(B) | 323.48º | 0.21% | 0.43% | - |
| XYZ | 12.19 | 11.07 | 13.81 | - |
| YUV | 95.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 87 | 101 | 0 | 0.21 | 0.08 | 0.57 | 323.48 | 0.12 | 0.39 |
| Hex | 6E | 57 | 65 | 0 | 15 | 8 | 39 | 143 | C | 27 |
| Octal | 156 | 127 | 145 | 0 | 25 | 10 | 71 | 503 | 14 | 47 |
| Binary | 1101110 | 1010111 | 1100101 | 0 | 10101 | 1000 | 111001 | 101000011 | 1100 | 100111 |
Color Harmonies of #6E5765
Complementary color
Monochromatic Colors of #6E5765
Black with #6E5765
Text Example
Text Example
White with #6E5765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5765; }
p { color: rgb(110,87,101); }
H1.HeaderClassName
{
color: #6E5765;
}
.AnyTagClassName
{
color: #6E5765;
}
</style>
background-color css
<style>
a { background-color: #6E5765; }
a { background-color: rgb(110,87,101); }
div.DivClassName
{
background-color: #6E5765;
}
.BgClassName
{
background-color: #6E5765;
}
</style>
border-color css
<style>
span { border-color: #6E5765; }
span { border-color: rgb(110,87,101); }
td.TdClassName
{
border-color: #6E5765;
}
.TagClassName
{
border-color: #6E5765;
}
</style>