Shades of Cosmic #6E4A61
Tints of Cosmic #6E4A61
RGB
CMYK
RGB Variations
Color information
#6E4A61 (or 0x6E4A61) is known color: Cosmic. HEX triplet: 6E, 4A and 61. RGB value is (110,74,97). Sum of RGB (Red+Green+Blue) = 110+74+97=281 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.15% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4A61 is #91B59E. Grayscale: #575757. Windows color (decimal): -9549215 or 6376046. OLE color: 6376046.
HSL color Cylindrical-coordinate representation of color #6E4A61: hue angle of 321.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E4A61 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 74 | 97 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.57 |
| HSL | 321.67º | 0.2% | 0.36% | - |
| HSV(B) | 321.67º | 0.33% | 0.43% | - |
| XYZ | 11.04 | 9.08 | 12.48 | - |
| YUV | 87.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 74 | 97 | 0 | 0.33 | 0.12 | 0.57 | 321.67 | 0.2 | 0.36 |
| Hex | 6E | 4A | 61 | 0 | 21 | C | 39 | 142 | 14 | 24 |
| Octal | 156 | 112 | 141 | 0 | 41 | 14 | 71 | 502 | 24 | 44 |
| Binary | 1101110 | 1001010 | 1100001 | 0 | 100001 | 1100 | 111001 | 101000010 | 10100 | 100100 |
Color Harmonies of #6E4A61
Complementary color
Monochromatic Colors of #6E4A61
Black with #6E4A61
Text Example
Text Example
White with #6E4A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4A61; }
p { color: rgb(110,74,97); }
H1.HeaderClassName
{
color: #6E4A61;
}
.AnyTagClassName
{
color: #6E4A61;
}
</style>
background-color css
<style>
a { background-color: #6E4A61; }
a { background-color: rgb(110,74,97); }
div.DivClassName
{
background-color: #6E4A61;
}
.BgClassName
{
background-color: #6E4A61;
}
</style>
border-color css
<style>
span { border-color: #6E4A61; }
span { border-color: rgb(110,74,97); }
td.TdClassName
{
border-color: #6E4A61;
}
.TagClassName
{
border-color: #6E4A61;
}
</style>