Shades of Affair #6E408B
Tints of Affair #6E408B
RGB
CMYK
RGB Variations
Color information
#6E408B (or 0x6E408B) is known color: Affair. HEX triplet: 6E, 40 and 8B. RGB value is (110,64,139). Sum of RGB (Red+Green+Blue) = 110+64+139=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E408B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E408B is #91BF74. Grayscale: #565656. Windows color (decimal): -9551733 or 9125998. OLE color: 9125998.
HSL color Cylindrical-coordinate representation of color #6E408B: hue angle of 276.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E408B is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 64 | 139 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.45 |
| HSL | 276.8º | 0.37% | 0.4% | - |
| HSV(B) | 276.8º | 0.54% | 0.55% | - |
| XYZ | 12.92 | 8.85 | 25.45 | - |
| YUV | 86.3 | 157.74 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 139 | 0.21 | 0.54 | 0 | 0.45 | 276.8 | 0.37 | 0.4 |
| Hex | 6E | 40 | 8B | 15 | 36 | 0 | 2D | 115 | 25 | 28 |
| Octal | 156 | 100 | 213 | 25 | 66 | 0 | 55 | 425 | 45 | 50 |
| Binary | 1101110 | 1000000 | 10001011 | 10101 | 110110 | 0 | 101101 | 100010101 | 100101 | 101000 |
Color Harmonies of #6E408B
Complementary color
Monochromatic Colors of #6E408B
Black with #6E408B
Text Example
Text Example
White with #6E408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E408B; }
p { color: rgb(110,64,139); }
H1.HeaderClassName
{
color: #6E408B;
}
.AnyTagClassName
{
color: #6E408B;
}
</style>
background-color css
<style>
a { background-color: #6E408B; }
a { background-color: rgb(110,64,139); }
div.DivClassName
{
background-color: #6E408B;
}
.BgClassName
{
background-color: #6E408B;
}
</style>
border-color css
<style>
span { border-color: #6E408B; }
span { border-color: rgb(110,64,139); }
td.TdClassName
{
border-color: #6E408B;
}
.TagClassName
{
border-color: #6E408B;
}
</style>