Shades of Affair #6E3C8A
Tints of Affair #6E3C8A
RGB
CMYK
RGB Variations
Color information
#6E3C8A (or 0x6E3C8A) is known color: Affair. HEX triplet: 6E, 3C and 8A. RGB value is (110,60,138). Sum of RGB (Red+Green+Blue) = 110+60+138=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E3C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3C8A is #91C375. Grayscale: #535353. Windows color (decimal): -9552758 or 9059438. OLE color: 9059438.
HSL color Cylindrical-coordinate representation of color #6E3C8A: hue angle of 278.46º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E3C8A is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 60 | 138 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.46 |
| HSL | 278.46º | 0.39% | 0.39% | - |
| HSV(B) | 278.46º | 0.57% | 0.54% | - |
| XYZ | 12.63 | 8.38 | 25 | - |
| YUV | 83.84 | 158.57 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 60 | 138 | 0.20 | 0.57 | 0 | 0.46 | 278.46 | 0.39 | 0.39 |
| Hex | 6E | 3C | 8A | 14 | 39 | 0 | 2E | 116 | 27 | 27 |
| Octal | 156 | 74 | 212 | 24 | 71 | 0 | 56 | 426 | 47 | 47 |
| Binary | 1101110 | 111100 | 10001010 | 10100 | 111001 | 0 | 101110 | 100010110 | 100111 | 100111 |
Color Harmonies of #6E3C8A
Complementary color
Monochromatic Colors of #6E3C8A
Black with #6E3C8A
Text Example
Text Example
White with #6E3C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3C8A; }
p { color: rgb(110,60,138); }
H1.HeaderClassName
{
color: #6E3C8A;
}
.AnyTagClassName
{
color: #6E3C8A;
}
</style>
background-color css
<style>
a { background-color: #6E3C8A; }
a { background-color: rgb(110,60,138); }
div.DivClassName
{
background-color: #6E3C8A;
}
.BgClassName
{
background-color: #6E3C8A;
}
</style>
border-color css
<style>
span { border-color: #6E3C8A; }
span { border-color: rgb(110,60,138); }
td.TdClassName
{
border-color: #6E3C8A;
}
.TagClassName
{
border-color: #6E3C8A;
}
</style>