Shades of Affair #6A4E76
Tints of Affair #6A4E76
RGB
CMYK
RGB Variations
Color information
#6A4E76 (or 0x6A4E76) is known color: Affair. HEX triplet: 6A, 4E and 76. RGB value is (106,78,118). Sum of RGB (Red+Green+Blue) = 106+78+118=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A4E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4E76 is #95B189. Grayscale: #5A5A5A. Windows color (decimal): -9810314 or 7753322. OLE color: 7753322.
HSL color Cylindrical-coordinate representation of color #6A4E76: hue angle of 282º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6A4E76 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 78 | 118 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.54 |
| HSL | 282º | 0.2% | 0.38% | - |
| HSV(B) | 282º | 0.34% | 0.46% | - |
| XYZ | 11.94 | 9.82 | 18.41 | - |
| YUV | 90.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 78 | 118 | 0.10 | 0.34 | 0 | 0.54 | 282 | 0.2 | 0.38 |
| Hex | 6A | 4E | 76 | A | 22 | 0 | 36 | 11A | 14 | 26 |
| Octal | 152 | 116 | 166 | 12 | 42 | 0 | 66 | 432 | 24 | 46 |
| Binary | 1101010 | 1001110 | 1110110 | 1010 | 100010 | 0 | 110110 | 100011010 | 10100 | 100110 |
Color Harmonies of #6A4E76
Complementary color
Monochromatic Colors of #6A4E76
Black with #6A4E76
Text Example
Text Example
White with #6A4E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4E76; }
p { color: rgb(106,78,118); }
H1.HeaderClassName
{
color: #6A4E76;
}
.AnyTagClassName
{
color: #6A4E76;
}
</style>
background-color css
<style>
a { background-color: #6A4E76; }
a { background-color: rgb(106,78,118); }
div.DivClassName
{
background-color: #6A4E76;
}
.BgClassName
{
background-color: #6A4E76;
}
</style>
border-color css
<style>
span { border-color: #6A4E76; }
span { border-color: rgb(106,78,118); }
td.TdClassName
{
border-color: #6A4E76;
}
.TagClassName
{
border-color: #6A4E76;
}
</style>