Shades of Affair #6E428A
Tints of Affair #6E428A
RGB
CMYK
RGB Variations
Color information
#6E428A (or 0x6E428A) is known color: Affair. HEX triplet: 6E, 42 and 8A. RGB value is (110,66,138). Sum of RGB (Red+Green+Blue) = 110+66+138=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E428A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E428A is #91BD75. Grayscale: #575757. Windows color (decimal): -9551222 or 9060974. OLE color: 9060974.
HSL color Cylindrical-coordinate representation of color #6E428A: hue angle of 276.67º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E428A is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 66 | 138 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.46 |
| HSL | 276.67º | 0.35% | 0.4% | - |
| HSV(B) | 276.67º | 0.52% | 0.54% | - |
| XYZ | 12.97 | 9.05 | 25.11 | - |
| YUV | 87.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 66 | 138 | 0.20 | 0.52 | 0 | 0.46 | 276.67 | 0.35 | 0.4 |
| Hex | 6E | 42 | 8A | 14 | 34 | 0 | 2E | 115 | 23 | 28 |
| Octal | 156 | 102 | 212 | 24 | 64 | 0 | 56 | 425 | 43 | 50 |
| Binary | 1101110 | 1000010 | 10001010 | 10100 | 110100 | 0 | 101110 | 100010101 | 100011 | 101000 |
Color Harmonies of #6E428A
Complementary color
Monochromatic Colors of #6E428A
Black with #6E428A
Text Example
Text Example
White with #6E428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E428A; }
p { color: rgb(110,66,138); }
H1.HeaderClassName
{
color: #6E428A;
}
.AnyTagClassName
{
color: #6E428A;
}
</style>
background-color css
<style>
a { background-color: #6E428A; }
a { background-color: rgb(110,66,138); }
div.DivClassName
{
background-color: #6E428A;
}
.BgClassName
{
background-color: #6E428A;
}
</style>
border-color css
<style>
span { border-color: #6E428A; }
span { border-color: rgb(110,66,138); }
td.TdClassName
{
border-color: #6E428A;
}
.TagClassName
{
border-color: #6E428A;
}
</style>