Shades of Affair #6D3B85
Tints of Affair #6D3B85
RGB
CMYK
RGB Variations
Color information
#6D3B85 (or 0x6D3B85) is known color: Affair. HEX triplet: 6D, 3B and 85. RGB value is (109,59,133). Sum of RGB (Red+Green+Blue) = 109+59+133=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D3B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3B85 is #92C47A. Grayscale: #525252. Windows color (decimal): -9618555 or 8731501. OLE color: 8731501.
HSL color Cylindrical-coordinate representation of color #6D3B85: hue angle of 280.54º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D3B85 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 59 | 133 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.48 |
| HSL | 280.54º | 0.39% | 0.38% | - |
| HSV(B) | 280.54º | 0.56% | 0.52% | - |
| XYZ | 12.1 | 8.07 | 23.11 | - |
| YUV | 82.39 | 156.57 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 59 | 133 | 0.18 | 0.56 | 0 | 0.48 | 280.54 | 0.39 | 0.38 |
| Hex | 6D | 3B | 85 | 12 | 38 | 0 | 30 | 119 | 27 | 26 |
| Octal | 155 | 73 | 205 | 22 | 70 | 0 | 60 | 431 | 47 | 46 |
| Binary | 1101101 | 111011 | 10000101 | 10010 | 111000 | 0 | 110000 | 100011001 | 100111 | 100110 |
Color Harmonies of #6D3B85
Complementary color
Monochromatic Colors of #6D3B85
Black with #6D3B85
Text Example
Text Example
White with #6D3B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3B85; }
p { color: rgb(109,59,133); }
H1.HeaderClassName
{
color: #6D3B85;
}
.AnyTagClassName
{
color: #6D3B85;
}
</style>
background-color css
<style>
a { background-color: #6D3B85; }
a { background-color: rgb(109,59,133); }
div.DivClassName
{
background-color: #6D3B85;
}
.BgClassName
{
background-color: #6D3B85;
}
</style>
border-color css
<style>
span { border-color: #6D3B85; }
span { border-color: rgb(109,59,133); }
td.TdClassName
{
border-color: #6D3B85;
}
.TagClassName
{
border-color: #6D3B85;
}
</style>