Shades of Affair #684D76
Tints of Affair #684D76
RGB
CMYK
RGB Variations
Color information
#684D76 (or 0x684D76) is known color: Affair. HEX triplet: 68, 4D and 76. RGB value is (104,77,118). Sum of RGB (Red+Green+Blue) = 104+77+118=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #684D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D76 is #97B289. Grayscale: #595959. Windows color (decimal): -9941642 or 7753064. OLE color: 7753064.
HSL color Cylindrical-coordinate representation of color #684D76: hue angle of 279.51º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #684D76 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 77 | 118 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.54 |
| HSL | 279.51º | 0.21% | 0.38% | - |
| HSV(B) | 279.51º | 0.35% | 0.46% | - |
| XYZ | 11.63 | 9.56 | 18.37 | - |
| YUV | 89.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 118 | 0.12 | 0.35 | 0 | 0.54 | 279.51 | 0.21 | 0.38 |
| Hex | 68 | 4D | 76 | C | 23 | 0 | 36 | 118 | 15 | 26 |
| Octal | 150 | 115 | 166 | 14 | 43 | 0 | 66 | 430 | 25 | 46 |
| Binary | 1101000 | 1001101 | 1110110 | 1100 | 100011 | 0 | 110110 | 100011000 | 10101 | 100110 |
Color Harmonies of #684D76
Complementary color
Monochromatic Colors of #684D76
Black with #684D76
Text Example
Text Example
White with #684D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D76; }
p { color: rgb(104,77,118); }
H1.HeaderClassName
{
color: #684D76;
}
.AnyTagClassName
{
color: #684D76;
}
</style>
background-color css
<style>
a { background-color: #684D76; }
a { background-color: rgb(104,77,118); }
div.DivClassName
{
background-color: #684D76;
}
.BgClassName
{
background-color: #684D76;
}
</style>
border-color css
<style>
span { border-color: #684D76; }
span { border-color: rgb(104,77,118); }
td.TdClassName
{
border-color: #684D76;
}
.TagClassName
{
border-color: #684D76;
}
</style>