Shades of Affair #6E4080
Tints of Affair #6E4080
RGB
CMYK
RGB Variations
Color information
#6E4080 (or 0x6E4080) is known color: Affair. HEX triplet: 6E, 40 and 80. RGB value is (110,64,128). Sum of RGB (Red+Green+Blue) = 110+64+128=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 128 - color contains mainly: blue. Hex color #6E4080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4080 is #91BF7F. Grayscale: #545454. Windows color (decimal): -9551744 or 8405102. OLE color: 8405102.
HSL color Cylindrical-coordinate representation of color #6E4080: hue angle of 283.12º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E4080 is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 64 | 128 | - |
| CMYK | 0.14 | 0.5 | 0 | 0.50 |
| HSL | 283.13º | 0.33% | 0.38% | - |
| HSV(B) | 283.13º | 0.5% | 0.5% | - |
| XYZ | 12.16 | 8.54 | 21.43 | - |
| YUV | 85.05 | 152.24 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 128 | 0.14 | 0.5 | 0 | 0.50 | 283.13 | 0.33 | 0.38 |
| Hex | 6E | 40 | 80 | E | 32 | 0 | 32 | 11B | 21 | 26 |
| Octal | 156 | 100 | 200 | 16 | 62 | 0 | 62 | 433 | 41 | 46 |
| Binary | 1101110 | 1000000 | 10000000 | 1110 | 110010 | 0 | 110010 | 100011011 | 100001 | 100110 |
Color Harmonies of #6E4080
Complementary color
Monochromatic Colors of #6E4080
Black with #6E4080
Text Example
Text Example
White with #6E4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4080; }
p { color: rgb(110,64,128); }
H1.HeaderClassName
{
color: #6E4080;
}
.AnyTagClassName
{
color: #6E4080;
}
</style>
background-color css
<style>
a { background-color: #6E4080; }
a { background-color: rgb(110,64,128); }
div.DivClassName
{
background-color: #6E4080;
}
.BgClassName
{
background-color: #6E4080;
}
</style>
border-color css
<style>
span { border-color: #6E4080; }
span { border-color: rgb(110,64,128); }
td.TdClassName
{
border-color: #6E4080;
}
.TagClassName
{
border-color: #6E4080;
}
</style>