Shades of Affair #6E4B7F
Tints of Affair #6E4B7F
RGB
CMYK
RGB Variations
Color information
#6E4B7F (or 0x6E4B7F) is known color: Affair. HEX triplet: 6E, 4B and 7F. RGB value is (110,75,127). Sum of RGB (Red+Green+Blue) = 110+75+127=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E4B7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4B7F is #91B480. Grayscale: #5B5B5B. Windows color (decimal): -9548929 or 8342382. OLE color: 8342382.
HSL color Cylindrical-coordinate representation of color #6E4B7F: hue angle of 280.38º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E4B7F is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 75 | 127 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.50 |
| HSL | 280.38º | 0.26% | 0.4% | - |
| HSV(B) | 280.38º | 0.41% | 0.5% | - |
| XYZ | 12.78 | 9.88 | 21.31 | - |
| YUV | 91.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 75 | 127 | 0.13 | 0.41 | 0 | 0.50 | 280.38 | 0.26 | 0.4 |
| Hex | 6E | 4B | 7F | D | 29 | 0 | 32 | 118 | 1A | 28 |
| Octal | 156 | 113 | 177 | 15 | 51 | 0 | 62 | 430 | 32 | 50 |
| Binary | 1101110 | 1001011 | 1111111 | 1101 | 101001 | 0 | 110010 | 100011000 | 11010 | 101000 |
Color Harmonies of #6E4B7F
Complementary color
Monochromatic Colors of #6E4B7F
Black with #6E4B7F
Text Example
Text Example
White with #6E4B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4B7F; }
p { color: rgb(110,75,127); }
H1.HeaderClassName
{
color: #6E4B7F;
}
.AnyTagClassName
{
color: #6E4B7F;
}
</style>
background-color css
<style>
a { background-color: #6E4B7F; }
a { background-color: rgb(110,75,127); }
div.DivClassName
{
background-color: #6E4B7F;
}
.BgClassName
{
background-color: #6E4B7F;
}
</style>
border-color css
<style>
span { border-color: #6E4B7F; }
span { border-color: rgb(110,75,127); }
td.TdClassName
{
border-color: #6E4B7F;
}
.TagClassName
{
border-color: #6E4B7F;
}
</style>