Shades of Affair #6E418D
Tints of Affair #6E418D
RGB
CMYK
RGB Variations
Color information
#6E418D (or 0x6E418D) is known color: Affair. HEX triplet: 6E, 41 and 8D. RGB value is (110,65,141). Sum of RGB (Red+Green+Blue) = 110+65+141=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E418D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E418D is #91BE72. Grayscale: #565656. Windows color (decimal): -9551475 or 9257326. OLE color: 9257326.
HSL color Cylindrical-coordinate representation of color #6E418D: hue angle of 275.53º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E418D is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 65 | 141 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.45 |
| HSL | 275.53º | 0.37% | 0.4% | - |
| HSV(B) | 275.53º | 0.54% | 0.55% | - |
| XYZ | 13.13 | 9.02 | 26.25 | - |
| YUV | 87.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 141 | 0.22 | 0.54 | 0 | 0.45 | 275.53 | 0.37 | 0.4 |
| Hex | 6E | 41 | 8D | 16 | 36 | 0 | 2D | 114 | 25 | 28 |
| Octal | 156 | 101 | 215 | 26 | 66 | 0 | 55 | 424 | 45 | 50 |
| Binary | 1101110 | 1000001 | 10001101 | 10110 | 110110 | 0 | 101101 | 100010100 | 100101 | 101000 |
Color Harmonies of #6E418D
Complementary color
Monochromatic Colors of #6E418D
Black with #6E418D
Text Example
Text Example
White with #6E418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E418D; }
p { color: rgb(110,65,141); }
H1.HeaderClassName
{
color: #6E418D;
}
.AnyTagClassName
{
color: #6E418D;
}
</style>
background-color css
<style>
a { background-color: #6E418D; }
a { background-color: rgb(110,65,141); }
div.DivClassName
{
background-color: #6E418D;
}
.BgClassName
{
background-color: #6E418D;
}
</style>
border-color css
<style>
span { border-color: #6E418D; }
span { border-color: rgb(110,65,141); }
td.TdClassName
{
border-color: #6E418D;
}
.TagClassName
{
border-color: #6E418D;
}
</style>