Shades of Affair #6E468D
Tints of Affair #6E468D
RGB
CMYK
RGB Variations
Color information
#6E468D (or 0x6E468D) is known color: Affair. HEX triplet: 6E, 46 and 8D. RGB value is (110,70,141). Sum of RGB (Red+Green+Blue) = 110+70+141=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E468D is #91B972. Grayscale: #595959. Windows color (decimal): -9550195 or 9258606. OLE color: 9258606.
HSL color Cylindrical-coordinate representation of color #6E468D: hue angle of 273.8º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E468D is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 70 | 141 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.45 |
| HSL | 273.8º | 0.34% | 0.41% | - |
| HSV(B) | 273.8º | 0.5% | 0.55% | - |
| XYZ | 13.43 | 9.62 | 26.35 | - |
| YUV | 90.05 | 156.75 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 70 | 141 | 0.22 | 0.50 | 0 | 0.45 | 273.8 | 0.34 | 0.41 |
| Hex | 6E | 46 | 8D | 16 | 32 | 0 | 2D | 112 | 22 | 29 |
| Octal | 156 | 106 | 215 | 26 | 62 | 0 | 55 | 422 | 42 | 51 |
| Binary | 1101110 | 1000110 | 10001101 | 10110 | 110010 | 0 | 101101 | 100010010 | 100010 | 101001 |
Color Harmonies of #6E468D
Complementary color
Monochromatic Colors of #6E468D
Black with #6E468D
Text Example
Text Example
White with #6E468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E468D; }
p { color: rgb(110,70,141); }
H1.HeaderClassName
{
color: #6E468D;
}
.AnyTagClassName
{
color: #6E468D;
}
</style>
background-color css
<style>
a { background-color: #6E468D; }
a { background-color: rgb(110,70,141); }
div.DivClassName
{
background-color: #6E468D;
}
.BgClassName
{
background-color: #6E468D;
}
</style>
border-color css
<style>
span { border-color: #6E468D; }
span { border-color: rgb(110,70,141); }
td.TdClassName
{
border-color: #6E468D;
}
.TagClassName
{
border-color: #6E468D;
}
</style>