Shades of Affair #6E3B85
Tints of Affair #6E3B85
RGB
CMYK
RGB Variations
Color information
#6E3B85 (or 0x6E3B85) is known color: Affair. HEX triplet: 6E, 3B and 85. RGB value is (110,59,133). Sum of RGB (Red+Green+Blue) = 110+59+133=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #6E3B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3B85 is #91C47A. Grayscale: #525252. Windows color (decimal): -9553019 or 8731502. OLE color: 8731502.
HSL color Cylindrical-coordinate representation of color #6E3B85: hue angle of 281.35º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E3B85 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 59 | 133 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.48 |
| HSL | 281.35º | 0.39% | 0.38% | - |
| HSV(B) | 281.35º | 0.56% | 0.52% | - |
| XYZ | 12.23 | 8.14 | 23.12 | - |
| YUV | 82.69 | 156.4 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 59 | 133 | 0.17 | 0.56 | 0 | 0.48 | 281.35 | 0.39 | 0.38 |
| Hex | 6E | 3B | 85 | 11 | 38 | 0 | 30 | 119 | 27 | 26 |
| Octal | 156 | 73 | 205 | 21 | 70 | 0 | 60 | 431 | 47 | 46 |
| Binary | 1101110 | 111011 | 10000101 | 10001 | 111000 | 0 | 110000 | 100011001 | 100111 | 100110 |
Color Harmonies of #6E3B85
Complementary color
Monochromatic Colors of #6E3B85
Black with #6E3B85
Text Example
Text Example
White with #6E3B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3B85; }
p { color: rgb(110,59,133); }
H1.HeaderClassName
{
color: #6E3B85;
}
.AnyTagClassName
{
color: #6E3B85;
}
</style>
background-color css
<style>
a { background-color: #6E3B85; }
a { background-color: rgb(110,59,133); }
div.DivClassName
{
background-color: #6E3B85;
}
.BgClassName
{
background-color: #6E3B85;
}
</style>
border-color css
<style>
span { border-color: #6E3B85; }
span { border-color: rgb(110,59,133); }
td.TdClassName
{
border-color: #6E3B85;
}
.TagClassName
{
border-color: #6E3B85;
}
</style>