Shades of Affair #6D3E8C
Tints of Affair #6D3E8C
RGB
CMYK
RGB Variations
Color information
#6D3E8C (or 0x6D3E8C) is known color: Affair. HEX triplet: 6D, 3E and 8C. RGB value is (109,62,140). Sum of RGB (Red+Green+Blue) = 109+62+140=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D3E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3E8C is #92C173. Grayscale: #545454. Windows color (decimal): -9617780 or 9191021. OLE color: 9191021.
HSL color Cylindrical-coordinate representation of color #6D3E8C: hue angle of 276.15º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D3E8C is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 62 | 140 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.45 |
| HSL | 276.15º | 0.39% | 0.4% | - |
| HSV(B) | 276.15º | 0.56% | 0.55% | - |
| XYZ | 12.76 | 8.59 | 25.8 | - |
| YUV | 84.95 | 159.07 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 140 | 0.22 | 0.56 | 0 | 0.45 | 276.15 | 0.39 | 0.4 |
| Hex | 6D | 3E | 8C | 16 | 38 | 0 | 2D | 114 | 27 | 28 |
| Octal | 155 | 76 | 214 | 26 | 70 | 0 | 55 | 424 | 47 | 50 |
| Binary | 1101101 | 111110 | 10001100 | 10110 | 111000 | 0 | 101101 | 100010100 | 100111 | 101000 |
Color Harmonies of #6D3E8C
Complementary color
Monochromatic Colors of #6D3E8C
Black with #6D3E8C
Text Example
Text Example
White with #6D3E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3E8C; }
p { color: rgb(109,62,140); }
H1.HeaderClassName
{
color: #6D3E8C;
}
.AnyTagClassName
{
color: #6D3E8C;
}
</style>
background-color css
<style>
a { background-color: #6D3E8C; }
a { background-color: rgb(109,62,140); }
div.DivClassName
{
background-color: #6D3E8C;
}
.BgClassName
{
background-color: #6D3E8C;
}
</style>
border-color css
<style>
span { border-color: #6D3E8C; }
span { border-color: rgb(109,62,140); }
td.TdClassName
{
border-color: #6D3E8C;
}
.TagClassName
{
border-color: #6D3E8C;
}
</style>