Shades of Affair #6E418E
Tints of Affair #6E418E
RGB
CMYK
RGB Variations
Color information
#6E418E (or 0x6E418E) is known color: Affair. HEX triplet: 6E, 41 and 8E. RGB value is (110,65,142). Sum of RGB (Red+Green+Blue) = 110+65+142=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E418E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E418E is #91BE71. Grayscale: #565656. Windows color (decimal): -9551474 or 9322862. OLE color: 9322862.
HSL color Cylindrical-coordinate representation of color #6E418E: hue angle of 275.06º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E418E is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 65 | 142 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.44 |
| HSL | 275.06º | 0.37% | 0.41% | - |
| HSV(B) | 275.06º | 0.54% | 0.56% | - |
| XYZ | 13.2 | 9.05 | 26.64 | - |
| YUV | 87.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 142 | 0.23 | 0.54 | 0 | 0.44 | 275.06 | 0.37 | 0.41 |
| Hex | 6E | 41 | 8E | 17 | 36 | 0 | 2C | 113 | 25 | 29 |
| Octal | 156 | 101 | 216 | 27 | 66 | 0 | 54 | 423 | 45 | 51 |
| Binary | 1101110 | 1000001 | 10001110 | 10111 | 110110 | 0 | 101100 | 100010011 | 100101 | 101001 |
Color Harmonies of #6E418E
Complementary color
Monochromatic Colors of #6E418E
Black with #6E418E
Text Example
Text Example
White with #6E418E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E418E; }
p { color: rgb(110,65,142); }
H1.HeaderClassName
{
color: #6E418E;
}
.AnyTagClassName
{
color: #6E418E;
}
</style>
background-color css
<style>
a { background-color: #6E418E; }
a { background-color: rgb(110,65,142); }
div.DivClassName
{
background-color: #6E418E;
}
.BgClassName
{
background-color: #6E418E;
}
</style>
border-color css
<style>
span { border-color: #6E418E; }
span { border-color: rgb(110,65,142); }
td.TdClassName
{
border-color: #6E418E;
}
.TagClassName
{
border-color: #6E418E;
}
</style>