Shades of Affair #6E4081
Tints of Affair #6E4081
RGB
CMYK
RGB Variations
Color information
#6E4081 (or 0x6E4081) is known color: Affair. HEX triplet: 6E, 40 and 81. RGB value is (110,64,129). Sum of RGB (Red+Green+Blue) = 110+64+129=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #6E4081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4081 is #91BF7E. Grayscale: #545454. Windows color (decimal): -9551743 or 8470638. OLE color: 8470638.
HSL color Cylindrical-coordinate representation of color #6E4081: hue angle of 282.46º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E4081 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 64 | 129 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.49 |
| HSL | 282.46º | 0.34% | 0.38% | - |
| HSV(B) | 282.46º | 0.5% | 0.51% | - |
| XYZ | 12.23 | 8.57 | 21.78 | - |
| YUV | 85.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 129 | 0.15 | 0.50 | 0 | 0.49 | 282.46 | 0.34 | 0.38 |
| Hex | 6E | 40 | 81 | F | 32 | 0 | 31 | 11A | 22 | 26 |
| Octal | 156 | 100 | 201 | 17 | 62 | 0 | 61 | 432 | 42 | 46 |
| Binary | 1101110 | 1000000 | 10000001 | 1111 | 110010 | 0 | 110001 | 100011010 | 100010 | 100110 |
Color Harmonies of #6E4081
Complementary color
Monochromatic Colors of #6E4081
Black with #6E4081
Text Example
Text Example
White with #6E4081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4081; }
p { color: rgb(110,64,129); }
H1.HeaderClassName
{
color: #6E4081;
}
.AnyTagClassName
{
color: #6E4081;
}
</style>
background-color css
<style>
a { background-color: #6E4081; }
a { background-color: rgb(110,64,129); }
div.DivClassName
{
background-color: #6E4081;
}
.BgClassName
{
background-color: #6E4081;
}
</style>
border-color css
<style>
span { border-color: #6E4081; }
span { border-color: rgb(110,64,129); }
td.TdClassName
{
border-color: #6E4081;
}
.TagClassName
{
border-color: #6E4081;
}
</style>