Shades of Affair #6E4981
Tints of Affair #6E4981
RGB
CMYK
RGB Variations
Color information
#6E4981 (or 0x6E4981) is known color: Affair. HEX triplet: 6E, 49 and 81. RGB value is (110,73,129). Sum of RGB (Red+Green+Blue) = 110+73+129=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #6E4981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4981 is #91B67E. Grayscale: #5A5A5A. Windows color (decimal): -9549439 or 8472942. OLE color: 8472942.
HSL color Cylindrical-coordinate representation of color #6E4981: hue angle of 279.64º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E4981 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 73 | 129 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.49 |
| HSL | 279.64º | 0.28% | 0.4% | - |
| HSV(B) | 279.64º | 0.43% | 0.51% | - |
| XYZ | 12.78 | 9.67 | 21.96 | - |
| YUV | 90.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 73 | 129 | 0.15 | 0.43 | 0 | 0.49 | 279.64 | 0.28 | 0.4 |
| Hex | 6E | 49 | 81 | F | 2B | 0 | 31 | 118 | 1C | 28 |
| Octal | 156 | 111 | 201 | 17 | 53 | 0 | 61 | 430 | 34 | 50 |
| Binary | 1101110 | 1001001 | 10000001 | 1111 | 101011 | 0 | 110001 | 100011000 | 11100 | 101000 |
Color Harmonies of #6E4981
Complementary color
Monochromatic Colors of #6E4981
Black with #6E4981
Text Example
Text Example
White with #6E4981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4981; }
p { color: rgb(110,73,129); }
H1.HeaderClassName
{
color: #6E4981;
}
.AnyTagClassName
{
color: #6E4981;
}
</style>
background-color css
<style>
a { background-color: #6E4981; }
a { background-color: rgb(110,73,129); }
div.DivClassName
{
background-color: #6E4981;
}
.BgClassName
{
background-color: #6E4981;
}
</style>
border-color css
<style>
span { border-color: #6E4981; }
span { border-color: rgb(110,73,129); }
td.TdClassName
{
border-color: #6E4981;
}
.TagClassName
{
border-color: #6E4981;
}
</style>