Shades of Affair #6D527B
Tints of Affair #6D527B
RGB
CMYK
RGB Variations
Color information
#6D527B (or 0x6D527B) is known color: Affair. HEX triplet: 6D, 52 and 7B. RGB value is (109,82,123). Sum of RGB (Red+Green+Blue) = 109+82+123=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D527B is #92AD84. Grayscale: #5E5E5E. Windows color (decimal): -9612677 or 8082029. OLE color: 8082029.
HSL color Cylindrical-coordinate representation of color #6D527B: hue angle of 279.51º 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 #6D527B is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 82 | 123 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.52 |
| HSL | 279.51º | 0.2% | 0.4% | - |
| HSV(B) | 279.51º | 0.33% | 0.48% | - |
| XYZ | 12.9 | 10.72 | 20.13 | - |
| YUV | 94.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 82 | 123 | 0.11 | 0.33 | 0 | 0.52 | 279.51 | 0.2 | 0.4 |
| Hex | 6D | 52 | 7B | B | 21 | 0 | 34 | 118 | 14 | 28 |
| Octal | 155 | 122 | 173 | 13 | 41 | 0 | 64 | 430 | 24 | 50 |
| Binary | 1101101 | 1010010 | 1111011 | 1011 | 100001 | 0 | 110100 | 100011000 | 10100 | 101000 |
Color Harmonies of #6D527B
Complementary color
Monochromatic Colors of #6D527B
Black with #6D527B
Text Example
Text Example
White with #6D527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D527B; }
p { color: rgb(109,82,123); }
H1.HeaderClassName
{
color: #6D527B;
}
.AnyTagClassName
{
color: #6D527B;
}
</style>
background-color css
<style>
a { background-color: #6D527B; }
a { background-color: rgb(109,82,123); }
div.DivClassName
{
background-color: #6D527B;
}
.BgClassName
{
background-color: #6D527B;
}
</style>
border-color css
<style>
span { border-color: #6D527B; }
span { border-color: rgb(109,82,123); }
td.TdClassName
{
border-color: #6D527B;
}
.TagClassName
{
border-color: #6D527B;
}
</style>