Shades of Affair #6E528A
Tints of Affair #6E528A
RGB
CMYK
RGB Variations
Color information
#6E528A (or 0x6E528A) is known color: Affair. HEX triplet: 6E, 52 and 8A. RGB value is (110,82,138). Sum of RGB (Red+Green+Blue) = 110+82+138=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E528A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E528A is #91AD75. Grayscale: #606060. Windows color (decimal): -9547126 or 9065070. OLE color: 9065070.
HSL color Cylindrical-coordinate representation of color #6E528A: hue angle of 270º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E528A is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 82 | 138 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.46 |
| HSL | 270º | 0.25% | 0.43% | - |
| HSV(B) | 270º | 0.41% | 0.54% | - |
| XYZ | 14.04 | 11.18 | 25.46 | - |
| YUV | 96.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 82 | 138 | 0.20 | 0.41 | 0 | 0.46 | 270 | 0.25 | 0.43 |
| Hex | 6E | 52 | 8A | 14 | 29 | 0 | 2E | 10E | 19 | 2B |
| Octal | 156 | 122 | 212 | 24 | 51 | 0 | 56 | 416 | 31 | 53 |
| Binary | 1101110 | 1010010 | 10001010 | 10100 | 101001 | 0 | 101110 | 100001110 | 11001 | 101011 |
Color Harmonies of #6E528A
Complementary color
Monochromatic Colors of #6E528A
Black with #6E528A
Text Example
Text Example
White with #6E528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E528A; }
p { color: rgb(110,82,138); }
H1.HeaderClassName
{
color: #6E528A;
}
.AnyTagClassName
{
color: #6E528A;
}
</style>
background-color css
<style>
a { background-color: #6E528A; }
a { background-color: rgb(110,82,138); }
div.DivClassName
{
background-color: #6E528A;
}
.BgClassName
{
background-color: #6E528A;
}
</style>
border-color css
<style>
span { border-color: #6E528A; }
span { border-color: rgb(110,82,138); }
td.TdClassName
{
border-color: #6E528A;
}
.TagClassName
{
border-color: #6E528A;
}
</style>