Shades of Affair #6E3D85
Tints of Affair #6E3D85
RGB
CMYK
RGB Variations
Color information
#6E3D85 (or 0x6E3D85) is known color: Affair. HEX triplet: 6E, 3D and 85. RGB value is (110,61,133). Sum of RGB (Red+Green+Blue) = 110+61+133=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #6E3D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3D85 is #91C27A. Grayscale: #535353. Windows color (decimal): -9552507 or 8732014. OLE color: 8732014.
HSL color Cylindrical-coordinate representation of color #6E3D85: hue angle of 280.83º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E3D85 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 61 | 133 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.48 |
| HSL | 280.83º | 0.37% | 0.38% | - |
| HSV(B) | 280.83º | 0.54% | 0.52% | - |
| XYZ | 12.33 | 8.35 | 23.15 | - |
| YUV | 83.86 | 155.73 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 61 | 133 | 0.17 | 0.54 | 0 | 0.48 | 280.83 | 0.37 | 0.38 |
| Hex | 6E | 3D | 85 | 11 | 36 | 0 | 30 | 119 | 25 | 26 |
| Octal | 156 | 75 | 205 | 21 | 66 | 0 | 60 | 431 | 45 | 46 |
| Binary | 1101110 | 111101 | 10000101 | 10001 | 110110 | 0 | 110000 | 100011001 | 100101 | 100110 |
Color Harmonies of #6E3D85
Complementary color
Monochromatic Colors of #6E3D85
Black with #6E3D85
Text Example
Text Example
White with #6E3D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3D85; }
p { color: rgb(110,61,133); }
H1.HeaderClassName
{
color: #6E3D85;
}
.AnyTagClassName
{
color: #6E3D85;
}
</style>
background-color css
<style>
a { background-color: #6E3D85; }
a { background-color: rgb(110,61,133); }
div.DivClassName
{
background-color: #6E3D85;
}
.BgClassName
{
background-color: #6E3D85;
}
</style>
border-color css
<style>
span { border-color: #6E3D85; }
span { border-color: rgb(110,61,133); }
td.TdClassName
{
border-color: #6E3D85;
}
.TagClassName
{
border-color: #6E3D85;
}
</style>