Shades of Affair #6E527B
Tints of Affair #6E527B
RGB
CMYK
RGB Variations
Color information
#6E527B (or 0x6E527B) is known color: Affair. HEX triplet: 6E, 52 and 7B. RGB value is (110,82,123). Sum of RGB (Red+Green+Blue) = 110+82+123=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E527B is #91AD84. Grayscale: #5E5E5E. Windows color (decimal): -9547141 or 8082030. OLE color: 8082030.
HSL color Cylindrical-coordinate representation of color #6E527B: hue angle of 280.98º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E527B is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 82 | 123 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.52 |
| HSL | 280.98º | 0.2% | 0.4% | - |
| HSV(B) | 280.98º | 0.33% | 0.48% | - |
| XYZ | 13.02 | 10.78 | 20.13 | - |
| YUV | 95.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 82 | 123 | 0.11 | 0.33 | 0 | 0.52 | 280.98 | 0.2 | 0.4 |
| Hex | 6E | 52 | 7B | B | 21 | 0 | 34 | 119 | 14 | 28 |
| Octal | 156 | 122 | 173 | 13 | 41 | 0 | 64 | 431 | 24 | 50 |
| Binary | 1101110 | 1010010 | 1111011 | 1011 | 100001 | 0 | 110100 | 100011001 | 10100 | 101000 |
Color Harmonies of #6E527B
Complementary color
Monochromatic Colors of #6E527B
Black with #6E527B
Text Example
Text Example
White with #6E527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E527B; }
p { color: rgb(110,82,123); }
H1.HeaderClassName
{
color: #6E527B;
}
.AnyTagClassName
{
color: #6E527B;
}
</style>
background-color css
<style>
a { background-color: #6E527B; }
a { background-color: rgb(110,82,123); }
div.DivClassName
{
background-color: #6E527B;
}
.BgClassName
{
background-color: #6E527B;
}
</style>
border-color css
<style>
span { border-color: #6E527B; }
span { border-color: rgb(110,82,123); }
td.TdClassName
{
border-color: #6E527B;
}
.TagClassName
{
border-color: #6E527B;
}
</style>