Shades of Affair #6A4082
Tints of Affair #6A4082
RGB
CMYK
RGB Variations
Color information
#6A4082 (or 0x6A4082) is known color: Affair. HEX triplet: 6A, 40 and 82. RGB value is (106,64,130). Sum of RGB (Red+Green+Blue) = 106+64+130=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #6A4082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4082 is #95BF7D. Grayscale: #535353. Windows color (decimal): -9813886 or 8536170. OLE color: 8536170.
HSL color Cylindrical-coordinate representation of color #6A4082: hue angle of 278.18º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A4082 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 64 | 130 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.49 |
| HSL | 278.18º | 0.34% | 0.38% | - |
| HSV(B) | 278.18º | 0.51% | 0.51% | - |
| XYZ | 11.81 | 8.34 | 22.11 | - |
| YUV | 84.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 64 | 130 | 0.18 | 0.51 | 0 | 0.49 | 278.18 | 0.34 | 0.38 |
| Hex | 6A | 40 | 82 | 12 | 33 | 0 | 31 | 116 | 22 | 26 |
| Octal | 152 | 100 | 202 | 22 | 63 | 0 | 61 | 426 | 42 | 46 |
| Binary | 1101010 | 1000000 | 10000010 | 10010 | 110011 | 0 | 110001 | 100010110 | 100010 | 100110 |
Color Harmonies of #6A4082
Complementary color
Monochromatic Colors of #6A4082
Black with #6A4082
Text Example
Text Example
White with #6A4082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4082; }
p { color: rgb(106,64,130); }
H1.HeaderClassName
{
color: #6A4082;
}
.AnyTagClassName
{
color: #6A4082;
}
</style>
background-color css
<style>
a { background-color: #6A4082; }
a { background-color: rgb(106,64,130); }
div.DivClassName
{
background-color: #6A4082;
}
.BgClassName
{
background-color: #6A4082;
}
</style>
border-color css
<style>
span { border-color: #6A4082; }
span { border-color: rgb(106,64,130); }
td.TdClassName
{
border-color: #6A4082;
}
.TagClassName
{
border-color: #6A4082;
}
</style>