Shades of Affair #6D4C81
Tints of Affair #6D4C81
RGB
CMYK
RGB Variations
Color information
#6D4C81 (or 0x6D4C81) is known color: Affair. HEX triplet: 6D, 4C and 81. RGB value is (109,76,129). Sum of RGB (Red+Green+Blue) = 109+76+129=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #6D4C81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4C81 is #92B37E. Grayscale: #5B5B5B. Windows color (decimal): -9614207 or 8473709. OLE color: 8473709.
HSL color Cylindrical-coordinate representation of color #6D4C81: hue angle of 277.36º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D4C81 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 76 | 129 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.49 |
| HSL | 277.36º | 0.26% | 0.4% | - |
| HSV(B) | 277.36º | 0.41% | 0.51% | - |
| XYZ | 12.85 | 10.01 | 22.02 | - |
| YUV | 91.91 | 148.93 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 129 | 0.16 | 0.41 | 0 | 0.49 | 277.36 | 0.26 | 0.4 |
| Hex | 6D | 4C | 81 | 10 | 29 | 0 | 31 | 115 | 1A | 28 |
| Octal | 155 | 114 | 201 | 20 | 51 | 0 | 61 | 425 | 32 | 50 |
| Binary | 1101101 | 1001100 | 10000001 | 10000 | 101001 | 0 | 110001 | 100010101 | 11010 | 101000 |
Color Harmonies of #6D4C81
Complementary color
Monochromatic Colors of #6D4C81
Black with #6D4C81
Text Example
Text Example
White with #6D4C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4C81; }
p { color: rgb(109,76,129); }
H1.HeaderClassName
{
color: #6D4C81;
}
.AnyTagClassName
{
color: #6D4C81;
}
</style>
background-color css
<style>
a { background-color: #6D4C81; }
a { background-color: rgb(109,76,129); }
div.DivClassName
{
background-color: #6D4C81;
}
.BgClassName
{
background-color: #6D4C81;
}
</style>
border-color css
<style>
span { border-color: #6D4C81; }
span { border-color: rgb(109,76,129); }
td.TdClassName
{
border-color: #6D4C81;
}
.TagClassName
{
border-color: #6D4C81;
}
</style>