Shades of Affair #6D4C8C
Tints of Affair #6D4C8C
RGB
CMYK
RGB Variations
Color information
#6D4C8C (or 0x6D4C8C) is known color: Affair. HEX triplet: 6D, 4C and 8C. RGB value is (109,76,140). Sum of RGB (Red+Green+Blue) = 109+76+140=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D4C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4C8C is #92B373. Grayscale: #5C5C5C. Windows color (decimal): -9614196 or 9194605. OLE color: 9194605.
HSL color Cylindrical-coordinate representation of color #6D4C8C: hue angle of 270.94º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D4C8C is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 76 | 140 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.45 |
| HSL | 270.94º | 0.3% | 0.42% | - |
| HSV(B) | 270.94º | 0.46% | 0.55% | - |
| XYZ | 13.62 | 10.31 | 26.08 | - |
| YUV | 93.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 140 | 0.22 | 0.46 | 0 | 0.45 | 270.94 | 0.3 | 0.42 |
| Hex | 6D | 4C | 8C | 16 | 2E | 0 | 2D | 10F | 1E | 2A |
| Octal | 155 | 114 | 214 | 26 | 56 | 0 | 55 | 417 | 36 | 52 |
| Binary | 1101101 | 1001100 | 10001100 | 10110 | 101110 | 0 | 101101 | 100001111 | 11110 | 101010 |
Color Harmonies of #6D4C8C
Complementary color
Monochromatic Colors of #6D4C8C
Black with #6D4C8C
Text Example
Text Example
White with #6D4C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4C8C; }
p { color: rgb(109,76,140); }
H1.HeaderClassName
{
color: #6D4C8C;
}
.AnyTagClassName
{
color: #6D4C8C;
}
</style>
background-color css
<style>
a { background-color: #6D4C8C; }
a { background-color: rgb(109,76,140); }
div.DivClassName
{
background-color: #6D4C8C;
}
.BgClassName
{
background-color: #6D4C8C;
}
</style>
border-color css
<style>
span { border-color: #6D4C8C; }
span { border-color: rgb(109,76,140); }
td.TdClassName
{
border-color: #6D4C8C;
}
.TagClassName
{
border-color: #6D4C8C;
}
</style>