Shades of Affair #684D83
Tints of Affair #684D83
RGB
CMYK
RGB Variations
Color information
#684D83 (or 0x684D83) is known color: Affair. HEX triplet: 68, 4D and 83. RGB value is (104,77,131). Sum of RGB (Red+Green+Blue) = 104+77+131=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 131 - color contains mainly: blue. Hex color #684D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684D83 is #97B27C. Grayscale: #5B5B5B. Windows color (decimal): -9941629 or 8605032. OLE color: 8605032.
HSL color Cylindrical-coordinate representation of color #684D83: hue angle of 270º 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 #684D83 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 77 | 131 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.49 |
| HSL | 270º | 0.26% | 0.41% | - |
| HSV(B) | 270º | 0.41% | 0.51% | - |
| XYZ | 12.46 | 9.89 | 22.72 | - |
| YUV | 91.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 131 | 0.21 | 0.41 | 0 | 0.49 | 270 | 0.26 | 0.41 |
| Hex | 68 | 4D | 83 | 15 | 29 | 0 | 31 | 10E | 1A | 29 |
| Octal | 150 | 115 | 203 | 25 | 51 | 0 | 61 | 416 | 32 | 51 |
| Binary | 1101000 | 1001101 | 10000011 | 10101 | 101001 | 0 | 110001 | 100001110 | 11010 | 101001 |
Color Harmonies of #684D83
Complementary color
Monochromatic Colors of #684D83
Black with #684D83
Text Example
Text Example
White with #684D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D83; }
p { color: rgb(104,77,131); }
H1.HeaderClassName
{
color: #684D83;
}
.AnyTagClassName
{
color: #684D83;
}
</style>
background-color css
<style>
a { background-color: #684D83; }
a { background-color: rgb(104,77,131); }
div.DivClassName
{
background-color: #684D83;
}
.BgClassName
{
background-color: #684D83;
}
</style>
border-color css
<style>
span { border-color: #684D83; }
span { border-color: rgb(104,77,131); }
td.TdClassName
{
border-color: #684D83;
}
.TagClassName
{
border-color: #684D83;
}
</style>