Shades of Affair #684D82
Tints of Affair #684D82
RGB
CMYK
RGB Variations
Color information
#684D82 (or 0x684D82) is known color: Affair. HEX triplet: 68, 4D and 82. RGB value is (104,77,130). Sum of RGB (Red+Green+Blue) = 104+77+130=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #684D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684D82 is #97B27D. Grayscale: #5A5A5A. Windows color (decimal): -9941630 or 8539496. OLE color: 8539496.
HSL color Cylindrical-coordinate representation of color #684D82: hue angle of 270.57º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #684D82 is Cyan = 0.2, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 77 | 130 | - |
| CMYK | 0.2 | 0.41 | 0 | 0.49 |
| HSL | 270.57º | 0.26% | 0.41% | - |
| HSV(B) | 270.57º | 0.41% | 0.51% | - |
| XYZ | 12.39 | 9.86 | 22.37 | - |
| YUV | 91.12 | 149.95 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 130 | 0.2 | 0.41 | 0 | 0.49 | 270.57 | 0.26 | 0.41 |
| Hex | 68 | 4D | 82 | 14 | 29 | 0 | 31 | 10F | 1A | 29 |
| Octal | 150 | 115 | 202 | 24 | 51 | 0 | 61 | 417 | 32 | 51 |
| Binary | 1101000 | 1001101 | 10000010 | 10100 | 101001 | 0 | 110001 | 100001111 | 11010 | 101001 |
Color Harmonies of #684D82
Complementary color
Monochromatic Colors of #684D82
Black with #684D82
Text Example
Text Example
White with #684D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D82; }
p { color: rgb(104,77,130); }
H1.HeaderClassName
{
color: #684D82;
}
.AnyTagClassName
{
color: #684D82;
}
</style>
background-color css
<style>
a { background-color: #684D82; }
a { background-color: rgb(104,77,130); }
div.DivClassName
{
background-color: #684D82;
}
.BgClassName
{
background-color: #684D82;
}
</style>
border-color css
<style>
span { border-color: #684D82; }
span { border-color: rgb(104,77,130); }
td.TdClassName
{
border-color: #684D82;
}
.TagClassName
{
border-color: #684D82;
}
</style>