Shades of Affair #6D4682
Tints of Affair #6D4682
RGB
CMYK
RGB Variations
Color information
#6D4682 (or 0x6D4682) is known color: Affair. HEX triplet: 6D, 46 and 82. RGB value is (109,70,130). Sum of RGB (Red+Green+Blue) = 109+70+130=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D4682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4682 is #92B97D. Grayscale: #585858. Windows color (decimal): -9615742 or 8537709. OLE color: 8537709.
HSL color Cylindrical-coordinate representation of color #6D4682: hue angle of 279º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D4682 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 70 | 130 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.49 |
| HSL | 279º | 0.3% | 0.39% | - |
| HSV(B) | 279º | 0.46% | 0.51% | - |
| XYZ | 12.53 | 9.24 | 22.24 | - |
| YUV | 88.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 70 | 130 | 0.16 | 0.46 | 0 | 0.49 | 279 | 0.3 | 0.39 |
| Hex | 6D | 46 | 82 | 10 | 2E | 0 | 31 | 117 | 1E | 27 |
| Octal | 155 | 106 | 202 | 20 | 56 | 0 | 61 | 427 | 36 | 47 |
| Binary | 1101101 | 1000110 | 10000010 | 10000 | 101110 | 0 | 110001 | 100010111 | 11110 | 100111 |
Color Harmonies of #6D4682
Complementary color
Monochromatic Colors of #6D4682
Black with #6D4682
Text Example
Text Example
White with #6D4682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4682; }
p { color: rgb(109,70,130); }
H1.HeaderClassName
{
color: #6D4682;
}
.AnyTagClassName
{
color: #6D4682;
}
</style>
background-color css
<style>
a { background-color: #6D4682; }
a { background-color: rgb(109,70,130); }
div.DivClassName
{
background-color: #6D4682;
}
.BgClassName
{
background-color: #6D4682;
}
</style>
border-color css
<style>
span { border-color: #6D4682; }
span { border-color: rgb(109,70,130); }
td.TdClassName
{
border-color: #6D4682;
}
.TagClassName
{
border-color: #6D4682;
}
</style>