Shades of Affair #6E418C
Tints of Affair #6E418C
RGB
CMYK
RGB Variations
Color information
#6E418C (or 0x6E418C) is known color: Affair. HEX triplet: 6E, 41 and 8C. RGB value is (110,65,140). Sum of RGB (Red+Green+Blue) = 110+65+140=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #6E418C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E418C is #91BE73. Grayscale: #565656. Windows color (decimal): -9551476 or 9191790. OLE color: 9191790.
HSL color Cylindrical-coordinate representation of color #6E418C: hue angle of 276º 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 #6E418C is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 65 | 140 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.45 |
| HSL | 276º | 0.37% | 0.4% | - |
| HSV(B) | 276º | 0.54% | 0.55% | - |
| XYZ | 13.05 | 8.99 | 25.86 | - |
| YUV | 87.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 140 | 0.21 | 0.54 | 0 | 0.45 | 276 | 0.37 | 0.4 |
| Hex | 6E | 41 | 8C | 15 | 36 | 0 | 2D | 114 | 25 | 28 |
| Octal | 156 | 101 | 214 | 25 | 66 | 0 | 55 | 424 | 45 | 50 |
| Binary | 1101110 | 1000001 | 10001100 | 10101 | 110110 | 0 | 101101 | 100010100 | 100101 | 101000 |
Color Harmonies of #6E418C
Complementary color
Monochromatic Colors of #6E418C
Black with #6E418C
Text Example
Text Example
White with #6E418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E418C; }
p { color: rgb(110,65,140); }
H1.HeaderClassName
{
color: #6E418C;
}
.AnyTagClassName
{
color: #6E418C;
}
</style>
background-color css
<style>
a { background-color: #6E418C; }
a { background-color: rgb(110,65,140); }
div.DivClassName
{
background-color: #6E418C;
}
.BgClassName
{
background-color: #6E418C;
}
</style>
border-color css
<style>
span { border-color: #6E418C; }
span { border-color: rgb(110,65,140); }
td.TdClassName
{
border-color: #6E418C;
}
.TagClassName
{
border-color: #6E418C;
}
</style>