Shades of Affair #6A4A7D
Tints of Affair #6A4A7D
RGB
CMYK
RGB Variations
Color information
#6A4A7D (or 0x6A4A7D) is known color: Affair. HEX triplet: 6A, 4A and 7D. RGB value is (106,74,125). Sum of RGB (Red+Green+Blue) = 106+74+125=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 125 - color contains mainly: blue. Hex color #6A4A7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4A7D is #95B582. Grayscale: #595959. Windows color (decimal): -9811331 or 8211050. OLE color: 8211050.
HSL color Cylindrical-coordinate representation of color #6A4A7D: hue angle of 277.65º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6A4A7D is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 74 | 125 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.51 |
| HSL | 277.65º | 0.26% | 0.39% | - |
| HSV(B) | 277.65º | 0.41% | 0.49% | - |
| XYZ | 12.09 | 9.44 | 20.59 | - |
| YUV | 89.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 74 | 125 | 0.15 | 0.41 | 0 | 0.51 | 277.65 | 0.26 | 0.39 |
| Hex | 6A | 4A | 7D | F | 29 | 0 | 33 | 116 | 1A | 27 |
| Octal | 152 | 112 | 175 | 17 | 51 | 0 | 63 | 426 | 32 | 47 |
| Binary | 1101010 | 1001010 | 1111101 | 1111 | 101001 | 0 | 110011 | 100010110 | 11010 | 100111 |
Color Harmonies of #6A4A7D
Complementary color
Monochromatic Colors of #6A4A7D
Black with #6A4A7D
Text Example
Text Example
White with #6A4A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4A7D; }
p { color: rgb(106,74,125); }
H1.HeaderClassName
{
color: #6A4A7D;
}
.AnyTagClassName
{
color: #6A4A7D;
}
</style>
background-color css
<style>
a { background-color: #6A4A7D; }
a { background-color: rgb(106,74,125); }
div.DivClassName
{
background-color: #6A4A7D;
}
.BgClassName
{
background-color: #6A4A7D;
}
</style>
border-color css
<style>
span { border-color: #6A4A7D; }
span { border-color: rgb(106,74,125); }
td.TdClassName
{
border-color: #6A4A7D;
}
.TagClassName
{
border-color: #6A4A7D;
}
</style>