Shades of Affair #6E498F
Tints of Affair #6E498F
RGB
CMYK
RGB Variations
Color information
#6E498F (or 0x6E498F) is known color: Affair. HEX triplet: 6E, 49 and 8F. RGB value is (110,73,143). Sum of RGB (Red+Green+Blue) = 110+73+143=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 143 - color contains mainly: blue. Hex color #6E498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E498F is #91B670. Grayscale: #5B5B5B. Windows color (decimal): -9549425 or 9390446. OLE color: 9390446.
HSL color Cylindrical-coordinate representation of color #6E498F: hue angle of 271.71º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E498F is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 73 | 143 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.44 |
| HSL | 271.71º | 0.32% | 0.42% | - |
| HSV(B) | 271.71º | 0.49% | 0.56% | - |
| XYZ | 13.77 | 10.06 | 27.2 | - |
| YUV | 92.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 73 | 143 | 0.23 | 0.49 | 0 | 0.44 | 271.71 | 0.32 | 0.42 |
| Hex | 6E | 49 | 8F | 17 | 31 | 0 | 2C | 110 | 20 | 2A |
| Octal | 156 | 111 | 217 | 27 | 61 | 0 | 54 | 420 | 40 | 52 |
| Binary | 1101110 | 1001001 | 10001111 | 10111 | 110001 | 0 | 101100 | 100010000 | 100000 | 101010 |
Color Harmonies of #6E498F
Complementary color
Monochromatic Colors of #6E498F
Black with #6E498F
Text Example
Text Example
White with #6E498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E498F; }
p { color: rgb(110,73,143); }
H1.HeaderClassName
{
color: #6E498F;
}
.AnyTagClassName
{
color: #6E498F;
}
</style>
background-color css
<style>
a { background-color: #6E498F; }
a { background-color: rgb(110,73,143); }
div.DivClassName
{
background-color: #6E498F;
}
.BgClassName
{
background-color: #6E498F;
}
</style>
border-color css
<style>
span { border-color: #6E498F; }
span { border-color: rgb(110,73,143); }
td.TdClassName
{
border-color: #6E498F;
}
.TagClassName
{
border-color: #6E498F;
}
</style>