Shades of Affair #684E7A
Tints of Affair #684E7A
RGB
CMYK
RGB Variations
Color information
#684E7A (or 0x684E7A) is known color: Affair. HEX triplet: 68, 4E and 7A. RGB value is (104,78,122). Sum of RGB (Red+Green+Blue) = 104+78+122=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #684E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E7A is #97B185. Grayscale: #5A5A5A. Windows color (decimal): -9941382 or 8015464. OLE color: 8015464.
HSL color Cylindrical-coordinate representation of color #684E7A: hue angle of 275.45º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #684E7A is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 78 | 122 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.52 |
| HSL | 275.45º | 0.22% | 0.39% | - |
| HSV(B) | 275.45º | 0.36% | 0.48% | - |
| XYZ | 11.95 | 9.8 | 19.67 | - |
| YUV | 90.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 122 | 0.15 | 0.36 | 0 | 0.52 | 275.45 | 0.22 | 0.39 |
| Hex | 68 | 4E | 7A | F | 24 | 0 | 34 | 113 | 16 | 27 |
| Octal | 150 | 116 | 172 | 17 | 44 | 0 | 64 | 423 | 26 | 47 |
| Binary | 1101000 | 1001110 | 1111010 | 1111 | 100100 | 0 | 110100 | 100010011 | 10110 | 100111 |
Color Harmonies of #684E7A
Complementary color
Monochromatic Colors of #684E7A
Black with #684E7A
Text Example
Text Example
White with #684E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E7A; }
p { color: rgb(104,78,122); }
H1.HeaderClassName
{
color: #684E7A;
}
.AnyTagClassName
{
color: #684E7A;
}
</style>
background-color css
<style>
a { background-color: #684E7A; }
a { background-color: rgb(104,78,122); }
div.DivClassName
{
background-color: #684E7A;
}
.BgClassName
{
background-color: #684E7A;
}
</style>
border-color css
<style>
span { border-color: #684E7A; }
span { border-color: rgb(104,78,122); }
td.TdClassName
{
border-color: #684E7A;
}
.TagClassName
{
border-color: #684E7A;
}
</style>