Shades of Affair #6D4F77
Tints of Affair #6D4F77
RGB
CMYK
RGB Variations
Color information
#6D4F77 (or 0x6D4F77) is known color: Affair. HEX triplet: 6D, 4F and 77. RGB value is (109,79,119). Sum of RGB (Red+Green+Blue) = 109+79+119=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D4F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4F77 is #92B088. Grayscale: #5C5C5C. Windows color (decimal): -9613449 or 7819117. OLE color: 7819117.
HSL color Cylindrical-coordinate representation of color #6D4F77: hue angle of 285º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D4F77 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 79 | 119 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.53 |
| HSL | 285º | 0.2% | 0.39% | - |
| HSV(B) | 285º | 0.34% | 0.47% | - |
| XYZ | 12.43 | 10.18 | 18.76 | - |
| YUV | 92.53 | 142.94 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 79 | 119 | 0.08 | 0.34 | 0 | 0.53 | 285 | 0.2 | 0.39 |
| Hex | 6D | 4F | 77 | 8 | 22 | 0 | 35 | 11D | 14 | 27 |
| Octal | 155 | 117 | 167 | 10 | 42 | 0 | 65 | 435 | 24 | 47 |
| Binary | 1101101 | 1001111 | 1110111 | 1000 | 100010 | 0 | 110101 | 100011101 | 10100 | 100111 |
Color Harmonies of #6D4F77
Complementary color
Monochromatic Colors of #6D4F77
Black with #6D4F77
Text Example
Text Example
White with #6D4F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4F77; }
p { color: rgb(109,79,119); }
H1.HeaderClassName
{
color: #6D4F77;
}
.AnyTagClassName
{
color: #6D4F77;
}
</style>
background-color css
<style>
a { background-color: #6D4F77; }
a { background-color: rgb(109,79,119); }
div.DivClassName
{
background-color: #6D4F77;
}
.BgClassName
{
background-color: #6D4F77;
}
</style>
border-color css
<style>
span { border-color: #6D4F77; }
span { border-color: rgb(109,79,119); }
td.TdClassName
{
border-color: #6D4F77;
}
.TagClassName
{
border-color: #6D4F77;
}
</style>