Shades of Affair #6E437E
Tints of Affair #6E437E
RGB
CMYK
RGB Variations
Color information
#6E437E (or 0x6E437E) is known color: Affair. HEX triplet: 6E, 43 and 7E. RGB value is (110,67,126). Sum of RGB (Red+Green+Blue) = 110+67+126=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 126 - color contains mainly: blue. Hex color #6E437E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E437E is #91BC81. Grayscale: #565656. Windows color (decimal): -9550978 or 8274798. OLE color: 8274798.
HSL color Cylindrical-coordinate representation of color #6E437E: hue angle of 283.73º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E437E is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 67 | 126 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.51 |
| HSL | 283.73º | 0.31% | 0.38% | - |
| HSV(B) | 283.73º | 0.47% | 0.49% | - |
| XYZ | 12.2 | 8.84 | 20.8 | - |
| YUV | 86.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 67 | 126 | 0.13 | 0.47 | 0 | 0.51 | 283.73 | 0.31 | 0.38 |
| Hex | 6E | 43 | 7E | D | 2F | 0 | 33 | 11C | 1F | 26 |
| Octal | 156 | 103 | 176 | 15 | 57 | 0 | 63 | 434 | 37 | 46 |
| Binary | 1101110 | 1000011 | 1111110 | 1101 | 101111 | 0 | 110011 | 100011100 | 11111 | 100110 |
Color Harmonies of #6E437E
Complementary color
Monochromatic Colors of #6E437E
Black with #6E437E
Text Example
Text Example
White with #6E437E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E437E; }
p { color: rgb(110,67,126); }
H1.HeaderClassName
{
color: #6E437E;
}
.AnyTagClassName
{
color: #6E437E;
}
</style>
background-color css
<style>
a { background-color: #6E437E; }
a { background-color: rgb(110,67,126); }
div.DivClassName
{
background-color: #6E437E;
}
.BgClassName
{
background-color: #6E437E;
}
</style>
border-color css
<style>
span { border-color: #6E437E; }
span { border-color: rgb(110,67,126); }
td.TdClassName
{
border-color: #6E437E;
}
.TagClassName
{
border-color: #6E437E;
}
</style>