Shades of Affair #6D5678
Tints of Affair #6D5678
RGB
CMYK
RGB Variations
Color information
#6D5678 (or 0x6D5678) is known color: Affair. HEX triplet: 6D, 56 and 78. RGB value is (109,86,120). Sum of RGB (Red+Green+Blue) = 109+86+120=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D5678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5678 is #92A987. Grayscale: #606060. Windows color (decimal): -9611656 or 7886445. OLE color: 7886445.
HSL color Cylindrical-coordinate representation of color #6D5678: hue angle of 280.59º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D5678 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 86 | 120 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.53 |
| HSL | 280.59º | 0.17% | 0.4% | - |
| HSV(B) | 280.59º | 0.28% | 0.47% | - |
| XYZ | 13.02 | 11.26 | 19.26 | - |
| YUV | 96.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 120 | 0.09 | 0.28 | 0 | 0.53 | 280.59 | 0.17 | 0.4 |
| Hex | 6D | 56 | 78 | 9 | 1C | 0 | 35 | 119 | 11 | 28 |
| Octal | 155 | 126 | 170 | 11 | 34 | 0 | 65 | 431 | 21 | 50 |
| Binary | 1101101 | 1010110 | 1111000 | 1001 | 11100 | 0 | 110101 | 100011001 | 10001 | 101000 |
Color Harmonies of #6D5678
Complementary color
Monochromatic Colors of #6D5678
Black with #6D5678
Text Example
Text Example
White with #6D5678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5678; }
p { color: rgb(109,86,120); }
H1.HeaderClassName
{
color: #6D5678;
}
.AnyTagClassName
{
color: #6D5678;
}
</style>
background-color css
<style>
a { background-color: #6D5678; }
a { background-color: rgb(109,86,120); }
div.DivClassName
{
background-color: #6D5678;
}
.BgClassName
{
background-color: #6D5678;
}
</style>
border-color css
<style>
span { border-color: #6D5678; }
span { border-color: rgb(109,86,120); }
td.TdClassName
{
border-color: #6D5678;
}
.TagClassName
{
border-color: #6D5678;
}
</style>