Shades of Affair #6D4B8E
Tints of Affair #6D4B8E
RGB
CMYK
RGB Variations
Color information
#6D4B8E (or 0x6D4B8E) is known color: Affair. HEX triplet: 6D, 4B and 8E. RGB value is (109,75,142). Sum of RGB (Red+Green+Blue) = 109+75+142=326 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.44% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D4B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4B8E is #92B471. Grayscale: #5C5C5C. Windows color (decimal): -9614450 or 9325421. OLE color: 9325421.
HSL color Cylindrical-coordinate representation of color #6D4B8E: hue angle of 270.45º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D4B8E is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 75 | 142 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.44 |
| HSL | 270.45º | 0.31% | 0.43% | - |
| HSV(B) | 270.45º | 0.47% | 0.56% | - |
| XYZ | 13.71 | 10.24 | 26.84 | - |
| YUV | 92.8 | 155.76 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 142 | 0.23 | 0.47 | 0 | 0.44 | 270.45 | 0.31 | 0.43 |
| Hex | 6D | 4B | 8E | 17 | 2F | 0 | 2C | 10E | 1F | 2B |
| Octal | 155 | 113 | 216 | 27 | 57 | 0 | 54 | 416 | 37 | 53 |
| Binary | 1101101 | 1001011 | 10001110 | 10111 | 101111 | 0 | 101100 | 100001110 | 11111 | 101011 |
Color Harmonies of #6D4B8E
Complementary color
Monochromatic Colors of #6D4B8E
Black with #6D4B8E
Text Example
Text Example
White with #6D4B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4B8E; }
p { color: rgb(109,75,142); }
H1.HeaderClassName
{
color: #6D4B8E;
}
.AnyTagClassName
{
color: #6D4B8E;
}
</style>
background-color css
<style>
a { background-color: #6D4B8E; }
a { background-color: rgb(109,75,142); }
div.DivClassName
{
background-color: #6D4B8E;
}
.BgClassName
{
background-color: #6D4B8E;
}
</style>
border-color css
<style>
span { border-color: #6D4B8E; }
span { border-color: rgb(109,75,142); }
td.TdClassName
{
border-color: #6D4B8E;
}
.TagClassName
{
border-color: #6D4B8E;
}
</style>