Shades of Cosmic #6E4963
Tints of Cosmic #6E4963
RGB
CMYK
RGB Variations
Color information
#6E4963 (or 0x6E4963) is known color: Cosmic. HEX triplet: 6E, 49 and 63. RGB value is (110,73,99). Sum of RGB (Red+Green+Blue) = 110+73+99=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4963 is #91B69C. Grayscale: #565656. Windows color (decimal): -9549469 or 6506862. OLE color: 6506862.
HSL color Cylindrical-coordinate representation of color #6E4963: hue angle of 317.84º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E4963 is Cyan = 0, Magento = 0.34, Yellow = 0.1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 73 | 99 | - |
| CMYK | 0 | 0.34 | 0.1 | 0.57 |
| HSL | 317.84º | 0.2% | 0.36% | - |
| HSV(B) | 317.84º | 0.34% | 0.43% | - |
| XYZ | 11.07 | 8.98 | 12.95 | - |
| YUV | 87.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 73 | 99 | 0 | 0.34 | 0.1 | 0.57 | 317.84 | 0.2 | 0.36 |
| Hex | 6E | 49 | 63 | 0 | 22 | A | 39 | 13E | 14 | 24 |
| Octal | 156 | 111 | 143 | 0 | 42 | 12 | 71 | 476 | 24 | 44 |
| Binary | 1101110 | 1001001 | 1100011 | 0 | 100010 | 1010 | 111001 | 100111110 | 10100 | 100100 |
Color Harmonies of #6E4963
Complementary color
Monochromatic Colors of #6E4963
Black with #6E4963
Text Example
Text Example
White with #6E4963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4963; }
p { color: rgb(110,73,99); }
H1.HeaderClassName
{
color: #6E4963;
}
.AnyTagClassName
{
color: #6E4963;
}
</style>
background-color css
<style>
a { background-color: #6E4963; }
a { background-color: rgb(110,73,99); }
div.DivClassName
{
background-color: #6E4963;
}
.BgClassName
{
background-color: #6E4963;
}
</style>
border-color css
<style>
span { border-color: #6E4963; }
span { border-color: rgb(110,73,99); }
td.TdClassName
{
border-color: #6E4963;
}
.TagClassName
{
border-color: #6E4963;
}
</style>