Shades of Affair #6E408E
Tints of Affair #6E408E
RGB
CMYK
RGB Variations
Color information
#6E408E (or 0x6E408E) is known color: Affair. HEX triplet: 6E, 40 and 8E. RGB value is (110,64,142). Sum of RGB (Red+Green+Blue) = 110+64+142=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E408E is #91BF71. Grayscale: #565656. Windows color (decimal): -9551730 or 9322606. OLE color: 9322606.
HSL color Cylindrical-coordinate representation of color #6E408E: hue angle of 275.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E408E is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 64 | 142 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.44 |
| HSL | 275.38º | 0.38% | 0.4% | - |
| HSV(B) | 275.38º | 0.55% | 0.56% | - |
| XYZ | 13.15 | 8.93 | 26.62 | - |
| YUV | 86.65 | 159.24 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 142 | 0.23 | 0.55 | 0 | 0.44 | 275.38 | 0.38 | 0.4 |
| Hex | 6E | 40 | 8E | 17 | 37 | 0 | 2C | 113 | 26 | 28 |
| Octal | 156 | 100 | 216 | 27 | 67 | 0 | 54 | 423 | 46 | 50 |
| Binary | 1101110 | 1000000 | 10001110 | 10111 | 110111 | 0 | 101100 | 100010011 | 100110 | 101000 |
Color Harmonies of #6E408E
Complementary color
Monochromatic Colors of #6E408E
Black with #6E408E
Text Example
Text Example
White with #6E408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E408E; }
p { color: rgb(110,64,142); }
H1.HeaderClassName
{
color: #6E408E;
}
.AnyTagClassName
{
color: #6E408E;
}
</style>
background-color css
<style>
a { background-color: #6E408E; }
a { background-color: rgb(110,64,142); }
div.DivClassName
{
background-color: #6E408E;
}
.BgClassName
{
background-color: #6E408E;
}
</style>
border-color css
<style>
span { border-color: #6E408E; }
span { border-color: rgb(110,64,142); }
td.TdClassName
{
border-color: #6E408E;
}
.TagClassName
{
border-color: #6E408E;
}
</style>