Shades of Affair #6D3E82
Tints of Affair #6D3E82
RGB
CMYK
RGB Variations
Color information
#6D3E82 (or 0x6D3E82) is known color: Affair. HEX triplet: 6D, 3E and 82. RGB value is (109,62,130). Sum of RGB (Red+Green+Blue) = 109+62+130=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D3E82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3E82 is #92C17D. Grayscale: #535353. Windows color (decimal): -9617790 or 8535661. OLE color: 8535661.
HSL color Cylindrical-coordinate representation of color #6D3E82: hue angle of 281.47º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D3E82 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 62 | 130 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.49 |
| HSL | 281.47º | 0.35% | 0.38% | - |
| HSV(B) | 281.47º | 0.52% | 0.51% | - |
| XYZ | 12.06 | 8.31 | 22.09 | - |
| YUV | 83.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 130 | 0.16 | 0.52 | 0 | 0.49 | 281.47 | 0.35 | 0.38 |
| Hex | 6D | 3E | 82 | 10 | 34 | 0 | 31 | 119 | 23 | 26 |
| Octal | 155 | 76 | 202 | 20 | 64 | 0 | 61 | 431 | 43 | 46 |
| Binary | 1101101 | 111110 | 10000010 | 10000 | 110100 | 0 | 110001 | 100011001 | 100011 | 100110 |
Color Harmonies of #6D3E82
Complementary color
Monochromatic Colors of #6D3E82
Black with #6D3E82
Text Example
Text Example
White with #6D3E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3E82; }
p { color: rgb(109,62,130); }
H1.HeaderClassName
{
color: #6D3E82;
}
.AnyTagClassName
{
color: #6D3E82;
}
</style>
background-color css
<style>
a { background-color: #6D3E82; }
a { background-color: rgb(109,62,130); }
div.DivClassName
{
background-color: #6D3E82;
}
.BgClassName
{
background-color: #6D3E82;
}
</style>
border-color css
<style>
span { border-color: #6D3E82; }
span { border-color: rgb(109,62,130); }
td.TdClassName
{
border-color: #6D3E82;
}
.TagClassName
{
border-color: #6D3E82;
}
</style>