Shades of Affair #6E4D8E
Tints of Affair #6E4D8E
RGB
CMYK
RGB Variations
Color information
#6E4D8E (or 0x6E4D8E) is known color: Affair. HEX triplet: 6E, 4D and 8E. RGB value is (110,77,142). Sum of RGB (Red+Green+Blue) = 110+77+142=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E4D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4D8E is #91B271. Grayscale: #5E5E5E. Windows color (decimal): -9548402 or 9325934. OLE color: 9325934.
HSL color Cylindrical-coordinate representation of color #6E4D8E: hue angle of 270.46º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E4D8E is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 77 | 142 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.44 |
| HSL | 270.46º | 0.3% | 0.43% | - |
| HSV(B) | 270.46º | 0.46% | 0.56% | - |
| XYZ | 13.97 | 10.58 | 26.9 | - |
| YUV | 94.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 142 | 0.23 | 0.46 | 0 | 0.44 | 270.46 | 0.3 | 0.43 |
| Hex | 6E | 4D | 8E | 17 | 2E | 0 | 2C | 10E | 1E | 2B |
| Octal | 156 | 115 | 216 | 27 | 56 | 0 | 54 | 416 | 36 | 53 |
| Binary | 1101110 | 1001101 | 10001110 | 10111 | 101110 | 0 | 101100 | 100001110 | 11110 | 101011 |
Color Harmonies of #6E4D8E
Complementary color
Monochromatic Colors of #6E4D8E
Black with #6E4D8E
Text Example
Text Example
White with #6E4D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4D8E; }
p { color: rgb(110,77,142); }
H1.HeaderClassName
{
color: #6E4D8E;
}
.AnyTagClassName
{
color: #6E4D8E;
}
</style>
background-color css
<style>
a { background-color: #6E4D8E; }
a { background-color: rgb(110,77,142); }
div.DivClassName
{
background-color: #6E4D8E;
}
.BgClassName
{
background-color: #6E4D8E;
}
</style>
border-color css
<style>
span { border-color: #6E4D8E; }
span { border-color: rgb(110,77,142); }
td.TdClassName
{
border-color: #6E4D8E;
}
.TagClassName
{
border-color: #6E4D8E;
}
</style>