Shades of Affair #6C4E76
Tints of Affair #6C4E76
RGB
CMYK
RGB Variations
Color information
#6C4E76 (or 0x6C4E76) is known color: Affair. HEX triplet: 6C, 4E and 76. RGB value is (108,78,118). Sum of RGB (Red+Green+Blue) = 108+78+118=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: blue. Hex color #6C4E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4E76 is #93B189. Grayscale: #5B5B5B. Windows color (decimal): -9679242 or 7753324. OLE color: 7753324.
HSL color Cylindrical-coordinate representation of color #6C4E76: hue angle of 285º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C4E76 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 78 | 118 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.54 |
| HSL | 285º | 0.2% | 0.38% | - |
| HSV(B) | 285º | 0.34% | 0.46% | - |
| XYZ | 12.18 | 9.94 | 18.42 | - |
| YUV | 91.53 | 142.94 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 78 | 118 | 0.08 | 0.34 | 0 | 0.54 | 285 | 0.2 | 0.38 |
| Hex | 6C | 4E | 76 | 8 | 22 | 0 | 36 | 11D | 14 | 26 |
| Octal | 154 | 116 | 166 | 10 | 42 | 0 | 66 | 435 | 24 | 46 |
| Binary | 1101100 | 1001110 | 1110110 | 1000 | 100010 | 0 | 110110 | 100011101 | 10100 | 100110 |
Color Harmonies of #6C4E76
Complementary color
Monochromatic Colors of #6C4E76
Black with #6C4E76
Text Example
Text Example
White with #6C4E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4E76; }
p { color: rgb(108,78,118); }
H1.HeaderClassName
{
color: #6C4E76;
}
.AnyTagClassName
{
color: #6C4E76;
}
</style>
background-color css
<style>
a { background-color: #6C4E76; }
a { background-color: rgb(108,78,118); }
div.DivClassName
{
background-color: #6C4E76;
}
.BgClassName
{
background-color: #6C4E76;
}
</style>
border-color css
<style>
span { border-color: #6C4E76; }
span { border-color: rgb(108,78,118); }
td.TdClassName
{
border-color: #6C4E76;
}
.TagClassName
{
border-color: #6C4E76;
}
</style>