Shades of Affair #6E527C
Tints of Affair #6E527C
RGB
CMYK
RGB Variations
Color information
#6E527C (or 0x6E527C) is known color: Affair. HEX triplet: 6E, 52 and 7C. RGB value is (110,82,124). Sum of RGB (Red+Green+Blue) = 110+82+124=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E527C is #91AD83. Grayscale: #5F5F5F. Windows color (decimal): -9547140 or 8147566. OLE color: 8147566.
HSL color Cylindrical-coordinate representation of color #6E527C: hue angle of 280º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E527C is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 82 | 124 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.51 |
| HSL | 280º | 0.2% | 0.4% | - |
| HSV(B) | 280º | 0.34% | 0.49% | - |
| XYZ | 13.09 | 10.8 | 20.46 | - |
| YUV | 95.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 82 | 124 | 0.11 | 0.34 | 0 | 0.51 | 280 | 0.2 | 0.4 |
| Hex | 6E | 52 | 7C | B | 22 | 0 | 33 | 118 | 14 | 28 |
| Octal | 156 | 122 | 174 | 13 | 42 | 0 | 63 | 430 | 24 | 50 |
| Binary | 1101110 | 1010010 | 1111100 | 1011 | 100010 | 0 | 110011 | 100011000 | 10100 | 101000 |
Color Harmonies of #6E527C
Complementary color
Monochromatic Colors of #6E527C
Black with #6E527C
Text Example
Text Example
White with #6E527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E527C; }
p { color: rgb(110,82,124); }
H1.HeaderClassName
{
color: #6E527C;
}
.AnyTagClassName
{
color: #6E527C;
}
</style>
background-color css
<style>
a { background-color: #6E527C; }
a { background-color: rgb(110,82,124); }
div.DivClassName
{
background-color: #6E527C;
}
.BgClassName
{
background-color: #6E527C;
}
</style>
border-color css
<style>
span { border-color: #6E527C; }
span { border-color: rgb(110,82,124); }
td.TdClassName
{
border-color: #6E527C;
}
.TagClassName
{
border-color: #6E527C;
}
</style>