Shades of Affair #684C82
Tints of Affair #684C82
RGB
CMYK
RGB Variations
Color information
#684C82 (or 0x684C82) is known color: Affair. HEX triplet: 68, 4C and 82. RGB value is (104,76,130). Sum of RGB (Red+Green+Blue) = 104+76+130=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #684C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684C82 is #97B37D. Grayscale: #5A5A5A. Windows color (decimal): -9941886 or 8539240. OLE color: 8539240.
HSL color Cylindrical-coordinate representation of color #684C82: hue angle of 271.11º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #684C82 is Cyan = 0.2, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 76 | 130 | - |
| CMYK | 0.2 | 0.42 | 0 | 0.49 |
| HSL | 271.11º | 0.26% | 0.4% | - |
| HSV(B) | 271.11º | 0.42% | 0.51% | - |
| XYZ | 12.32 | 9.72 | 22.35 | - |
| YUV | 90.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 130 | 0.2 | 0.42 | 0 | 0.49 | 271.11 | 0.26 | 0.4 |
| Hex | 68 | 4C | 82 | 14 | 2A | 0 | 31 | 10F | 1A | 28 |
| Octal | 150 | 114 | 202 | 24 | 52 | 0 | 61 | 417 | 32 | 50 |
| Binary | 1101000 | 1001100 | 10000010 | 10100 | 101010 | 0 | 110001 | 100001111 | 11010 | 101000 |
Color Harmonies of #684C82
Complementary color
Monochromatic Colors of #684C82
Black with #684C82
Text Example
Text Example
White with #684C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C82; }
p { color: rgb(104,76,130); }
H1.HeaderClassName
{
color: #684C82;
}
.AnyTagClassName
{
color: #684C82;
}
</style>
background-color css
<style>
a { background-color: #684C82; }
a { background-color: rgb(104,76,130); }
div.DivClassName
{
background-color: #684C82;
}
.BgClassName
{
background-color: #684C82;
}
</style>
border-color css
<style>
span { border-color: #684C82; }
span { border-color: rgb(104,76,130); }
td.TdClassName
{
border-color: #684C82;
}
.TagClassName
{
border-color: #684C82;
}
</style>