Shades of Cosmic #6E5763
Tints of Cosmic #6E5763
RGB
CMYK
RGB Variations
Color information
#6E5763 (or 0x6E5763) is known color: Cosmic. HEX triplet: 6E, 57 and 63. RGB value is (110,87,99). Sum of RGB (Red+Green+Blue) = 110+87+99=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5763 is #91A89C. Grayscale: #5F5F5F. Windows color (decimal): -9545885 or 6510446. OLE color: 6510446.
HSL color Cylindrical-coordinate representation of color #6E5763: hue angle of 328.7º 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 #6E5763 is Cyan = 0, Magento = 0.21, Yellow = 0.1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 87 | 99 | - |
| CMYK | 0 | 0.21 | 0.1 | 0.57 |
| HSL | 328.7º | 0.12% | 0.39% | - |
| HSV(B) | 328.7º | 0.21% | 0.43% | - |
| XYZ | 12.09 | 11.03 | 13.3 | - |
| YUV | 95.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 87 | 99 | 0 | 0.21 | 0.1 | 0.57 | 328.7 | 0.12 | 0.39 |
| Hex | 6E | 57 | 63 | 0 | 15 | A | 39 | 149 | C | 27 |
| Octal | 156 | 127 | 143 | 0 | 25 | 12 | 71 | 511 | 14 | 47 |
| Binary | 1101110 | 1010111 | 1100011 | 0 | 10101 | 1010 | 111001 | 101001001 | 1100 | 100111 |
Color Harmonies of #6E5763
Complementary color
Monochromatic Colors of #6E5763
Black with #6E5763
Text Example
Text Example
White with #6E5763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5763; }
p { color: rgb(110,87,99); }
H1.HeaderClassName
{
color: #6E5763;
}
.AnyTagClassName
{
color: #6E5763;
}
</style>
background-color css
<style>
a { background-color: #6E5763; }
a { background-color: rgb(110,87,99); }
div.DivClassName
{
background-color: #6E5763;
}
.BgClassName
{
background-color: #6E5763;
}
</style>
border-color css
<style>
span { border-color: #6E5763; }
span { border-color: rgb(110,87,99); }
td.TdClassName
{
border-color: #6E5763;
}
.TagClassName
{
border-color: #6E5763;
}
</style>