Shades of Affair #6A3C85
Tints of Affair #6A3C85
RGB
CMYK
RGB Variations
Color information
#6A3C85 (or 0x6A3C85) is known color: Affair. HEX triplet: 6A, 3C and 85. RGB value is (106,60,133). Sum of RGB (Red+Green+Blue) = 106+60+133=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A3C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3C85 is #95C37A. Grayscale: #515151. Windows color (decimal): -9814907 or 8731754. OLE color: 8731754.
HSL color Cylindrical-coordinate representation of color #6A3C85: hue angle of 277.81º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A3C85 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 106 | 60 | 133 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.48 |
| HSL | 277.81º | 0.38% | 0.38% | - |
| HSV(B) | 277.81º | 0.55% | 0.52% | - |
| XYZ | 11.79 | 7.99 | 23.11 | - |
| YUV | 82.08 | 156.74 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 60 | 133 | 0.20 | 0.55 | 0 | 0.48 | 277.81 | 0.38 | 0.38 |
| Hex | 6A | 3C | 85 | 14 | 37 | 0 | 30 | 116 | 26 | 26 |
| Octal | 152 | 74 | 205 | 24 | 67 | 0 | 60 | 426 | 46 | 46 |
| Binary | 1101010 | 111100 | 10000101 | 10100 | 110111 | 0 | 110000 | 100010110 | 100110 | 100110 |
Color Harmonies of #6A3C85
Complementary color
Monochromatic Colors of #6A3C85
Black with #6A3C85
Text Example
Text Example
White with #6A3C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3C85; }
p { color: rgb(106,60,133); }
H1.HeaderClassName
{
color: #6A3C85;
}
.AnyTagClassName
{
color: #6A3C85;
}
</style>
background-color css
<style>
a { background-color: #6A3C85; }
a { background-color: rgb(106,60,133); }
div.DivClassName
{
background-color: #6A3C85;
}
.BgClassName
{
background-color: #6A3C85;
}
</style>
border-color css
<style>
span { border-color: #6A3C85; }
span { border-color: rgb(106,60,133); }
td.TdClassName
{
border-color: #6A3C85;
}
.TagClassName
{
border-color: #6A3C85;
}
</style>