Shades of Affair #6D4F82
Tints of Affair #6D4F82
RGB
CMYK
RGB Variations
Color information
#6D4F82 (or 0x6D4F82) is known color: Affair. HEX triplet: 6D, 4F and 82. RGB value is (109,79,130). Sum of RGB (Red+Green+Blue) = 109+79+130=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D4F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4F82 is #92B07D. Grayscale: #5D5D5D. Windows color (decimal): -9613438 or 8540013. OLE color: 8540013.
HSL color Cylindrical-coordinate representation of color #6D4F82: hue angle of 275.29º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D4F82 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 79 | 130 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.49 |
| HSL | 275.29º | 0.24% | 0.41% | - |
| HSV(B) | 275.29º | 0.39% | 0.51% | - |
| XYZ | 13.13 | 10.45 | 22.44 | - |
| YUV | 93.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 79 | 130 | 0.16 | 0.39 | 0 | 0.49 | 275.29 | 0.24 | 0.41 |
| Hex | 6D | 4F | 82 | 10 | 27 | 0 | 31 | 113 | 18 | 29 |
| Octal | 155 | 117 | 202 | 20 | 47 | 0 | 61 | 423 | 30 | 51 |
| Binary | 1101101 | 1001111 | 10000010 | 10000 | 100111 | 0 | 110001 | 100010011 | 11000 | 101001 |
Color Harmonies of #6D4F82
Complementary color
Monochromatic Colors of #6D4F82
Black with #6D4F82
Text Example
Text Example
White with #6D4F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4F82; }
p { color: rgb(109,79,130); }
H1.HeaderClassName
{
color: #6D4F82;
}
.AnyTagClassName
{
color: #6D4F82;
}
</style>
background-color css
<style>
a { background-color: #6D4F82; }
a { background-color: rgb(109,79,130); }
div.DivClassName
{
background-color: #6D4F82;
}
.BgClassName
{
background-color: #6D4F82;
}
</style>
border-color css
<style>
span { border-color: #6D4F82; }
span { border-color: rgb(109,79,130); }
td.TdClassName
{
border-color: #6D4F82;
}
.TagClassName
{
border-color: #6D4F82;
}
</style>