Shades of Affair #6E488D
Tints of Affair #6E488D
RGB
CMYK
RGB Variations
Color information
#6E488D (or 0x6E488D) is known color: Affair. HEX triplet: 6E, 48 and 8D. RGB value is (110,72,141). Sum of RGB (Red+Green+Blue) = 110+72+141=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E488D is #91B772. Grayscale: #5A5A5A. Windows color (decimal): -9549683 or 9259118. OLE color: 9259118.
HSL color Cylindrical-coordinate representation of color #6E488D: hue angle of 273.04º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E488D is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 72 | 141 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.45 |
| HSL | 273.04º | 0.32% | 0.42% | - |
| HSV(B) | 273.04º | 0.49% | 0.55% | - |
| XYZ | 13.56 | 9.87 | 26.39 | - |
| YUV | 91.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 72 | 141 | 0.22 | 0.49 | 0 | 0.45 | 273.04 | 0.32 | 0.42 |
| Hex | 6E | 48 | 8D | 16 | 31 | 0 | 2D | 111 | 20 | 2A |
| Octal | 156 | 110 | 215 | 26 | 61 | 0 | 55 | 421 | 40 | 52 |
| Binary | 1101110 | 1001000 | 10001101 | 10110 | 110001 | 0 | 101101 | 100010001 | 100000 | 101010 |
Color Harmonies of #6E488D
Complementary color
Monochromatic Colors of #6E488D
Black with #6E488D
Text Example
Text Example
White with #6E488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E488D; }
p { color: rgb(110,72,141); }
H1.HeaderClassName
{
color: #6E488D;
}
.AnyTagClassName
{
color: #6E488D;
}
</style>
background-color css
<style>
a { background-color: #6E488D; }
a { background-color: rgb(110,72,141); }
div.DivClassName
{
background-color: #6E488D;
}
.BgClassName
{
background-color: #6E488D;
}
</style>
border-color css
<style>
span { border-color: #6E488D; }
span { border-color: rgb(110,72,141); }
td.TdClassName
{
border-color: #6E488D;
}
.TagClassName
{
border-color: #6E488D;
}
</style>