Shades of Affair #6E4380
Tints of Affair #6E4380
RGB
CMYK
RGB Variations
Color information
#6E4380 (or 0x6E4380) is known color: Affair. HEX triplet: 6E, 43 and 80. RGB value is (110,67,128). Sum of RGB (Red+Green+Blue) = 110+67+128=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: blue. Hex color #6E4380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4380 is #91BC7F. Grayscale: #565656. Windows color (decimal): -9550976 or 8405870. OLE color: 8405870.
HSL color Cylindrical-coordinate representation of color #6E4380: hue angle of 282.3º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E4380 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 67 | 128 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.50 |
| HSL | 282.3º | 0.31% | 0.38% | - |
| HSV(B) | 282.3º | 0.48% | 0.5% | - |
| XYZ | 12.33 | 8.89 | 21.49 | - |
| YUV | 86.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 67 | 128 | 0.14 | 0.48 | 0 | 0.50 | 282.3 | 0.31 | 0.38 |
| Hex | 6E | 43 | 80 | E | 30 | 0 | 32 | 11A | 1F | 26 |
| Octal | 156 | 103 | 200 | 16 | 60 | 0 | 62 | 432 | 37 | 46 |
| Binary | 1101110 | 1000011 | 10000000 | 1110 | 110000 | 0 | 110010 | 100011010 | 11111 | 100110 |
Color Harmonies of #6E4380
Complementary color
Monochromatic Colors of #6E4380
Black with #6E4380
Text Example
Text Example
White with #6E4380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4380; }
p { color: rgb(110,67,128); }
H1.HeaderClassName
{
color: #6E4380;
}
.AnyTagClassName
{
color: #6E4380;
}
</style>
background-color css
<style>
a { background-color: #6E4380; }
a { background-color: rgb(110,67,128); }
div.DivClassName
{
background-color: #6E4380;
}
.BgClassName
{
background-color: #6E4380;
}
</style>
border-color css
<style>
span { border-color: #6E4380; }
span { border-color: rgb(110,67,128); }
td.TdClassName
{
border-color: #6E4380;
}
.TagClassName
{
border-color: #6E4380;
}
</style>