Shades of Affair #683F84
Tints of Affair #683F84
RGB
CMYK
RGB Variations
Color information
#683F84 (or 0x683F84) is known color: Affair. HEX triplet: 68, 3F and 84. RGB value is (104,63,132). Sum of RGB (Red+Green+Blue) = 104+63+132=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #683F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683F84 is #97C07B. Grayscale: #525252. Windows color (decimal): -9945212 or 8666984. OLE color: 8666984.
HSL color Cylindrical-coordinate representation of color #683F84: hue angle of 275.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #683F84 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 63 | 132 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.48 |
| HSL | 275.65º | 0.35% | 0.38% | - |
| HSV(B) | 275.65º | 0.52% | 0.52% | - |
| XYZ | 11.65 | 8.16 | 22.79 | - |
| YUV | 83.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 132 | 0.21 | 0.52 | 0 | 0.48 | 275.65 | 0.35 | 0.38 |
| Hex | 68 | 3F | 84 | 15 | 34 | 0 | 30 | 114 | 23 | 26 |
| Octal | 150 | 77 | 204 | 25 | 64 | 0 | 60 | 424 | 43 | 46 |
| Binary | 1101000 | 111111 | 10000100 | 10101 | 110100 | 0 | 110000 | 100010100 | 100011 | 100110 |
Color Harmonies of #683F84
Complementary color
Monochromatic Colors of #683F84
Black with #683F84
Text Example
Text Example
White with #683F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F84; }
p { color: rgb(104,63,132); }
H1.HeaderClassName
{
color: #683F84;
}
.AnyTagClassName
{
color: #683F84;
}
</style>
background-color css
<style>
a { background-color: #683F84; }
a { background-color: rgb(104,63,132); }
div.DivClassName
{
background-color: #683F84;
}
.BgClassName
{
background-color: #683F84;
}
</style>
border-color css
<style>
span { border-color: #683F84; }
span { border-color: rgb(104,63,132); }
td.TdClassName
{
border-color: #683F84;
}
.TagClassName
{
border-color: #683F84;
}
</style>