Shades of Affair #6E4D7E
Tints of Affair #6E4D7E
RGB
CMYK
RGB Variations
Color information
#6E4D7E (or 0x6E4D7E) is known color: Affair. HEX triplet: 6E, 4D and 7E. RGB value is (110,77,126). Sum of RGB (Red+Green+Blue) = 110+77+126=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 126 - color contains mainly: blue. Hex color #6E4D7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4D7E is #91B281. Grayscale: #5C5C5C. Windows color (decimal): -9548418 or 8277358. OLE color: 8277358.
HSL color Cylindrical-coordinate representation of color #6E4D7E: hue angle of 280.41º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E4D7E is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 77 | 126 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.51 |
| HSL | 280.41º | 0.24% | 0.4% | - |
| HSV(B) | 280.41º | 0.39% | 0.49% | - |
| XYZ | 12.85 | 10.13 | 21.02 | - |
| YUV | 92.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 126 | 0.13 | 0.39 | 0 | 0.51 | 280.41 | 0.24 | 0.4 |
| Hex | 6E | 4D | 7E | D | 27 | 0 | 33 | 118 | 18 | 28 |
| Octal | 156 | 115 | 176 | 15 | 47 | 0 | 63 | 430 | 30 | 50 |
| Binary | 1101110 | 1001101 | 1111110 | 1101 | 100111 | 0 | 110011 | 100011000 | 11000 | 101000 |
Color Harmonies of #6E4D7E
Complementary color
Monochromatic Colors of #6E4D7E
Black with #6E4D7E
Text Example
Text Example
White with #6E4D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4D7E; }
p { color: rgb(110,77,126); }
H1.HeaderClassName
{
color: #6E4D7E;
}
.AnyTagClassName
{
color: #6E4D7E;
}
</style>
background-color css
<style>
a { background-color: #6E4D7E; }
a { background-color: rgb(110,77,126); }
div.DivClassName
{
background-color: #6E4D7E;
}
.BgClassName
{
background-color: #6E4D7E;
}
</style>
border-color css
<style>
span { border-color: #6E4D7E; }
span { border-color: rgb(110,77,126); }
td.TdClassName
{
border-color: #6E4D7E;
}
.TagClassName
{
border-color: #6E4D7E;
}
</style>