Shades of Affair #6E597D
Tints of Affair #6E597D
RGB
CMYK
RGB Variations
Color information
#6E597D (or 0x6E597D) is known color: Affair. HEX triplet: 6E, 59 and 7D. RGB value is (110,89,125). Sum of RGB (Red+Green+Blue) = 110+89+125=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E597D is #91A682. Grayscale: #636363. Windows color (decimal): -9545347 or 8214894. OLE color: 8214894.
HSL color Cylindrical-coordinate representation of color #6E597D: hue angle of 275º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E597D is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 89 | 125 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.51 |
| HSL | 275º | 0.17% | 0.42% | - |
| HSV(B) | 275º | 0.29% | 0.49% | - |
| XYZ | 13.7 | 11.94 | 20.98 | - |
| YUV | 99.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 89 | 125 | 0.12 | 0.29 | 0 | 0.51 | 275 | 0.17 | 0.42 |
| Hex | 6E | 59 | 7D | C | 1D | 0 | 33 | 113 | 11 | 2A |
| Octal | 156 | 131 | 175 | 14 | 35 | 0 | 63 | 423 | 21 | 52 |
| Binary | 1101110 | 1011001 | 1111101 | 1100 | 11101 | 0 | 110011 | 100010011 | 10001 | 101010 |
Color Harmonies of #6E597D
Complementary color
Monochromatic Colors of #6E597D
Black with #6E597D
Text Example
Text Example
White with #6E597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E597D; }
p { color: rgb(110,89,125); }
H1.HeaderClassName
{
color: #6E597D;
}
.AnyTagClassName
{
color: #6E597D;
}
</style>
background-color css
<style>
a { background-color: #6E597D; }
a { background-color: rgb(110,89,125); }
div.DivClassName
{
background-color: #6E597D;
}
.BgClassName
{
background-color: #6E597D;
}
</style>
border-color css
<style>
span { border-color: #6E597D; }
span { border-color: rgb(110,89,125); }
td.TdClassName
{
border-color: #6E597D;
}
.TagClassName
{
border-color: #6E597D;
}
</style>