Shades of Affair #68487C
Tints of Affair #68487C
RGB
CMYK
RGB Variations
Color information
#68487C (or 0x68487C) is known color: Affair. HEX triplet: 68, 48 and 7C. RGB value is (104,72,124). Sum of RGB (Red+Green+Blue) = 104+72+124=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #68487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68487C is #97B783. Grayscale: #575757. Windows color (decimal): -9942916 or 8145000. OLE color: 8145000.
HSL color Cylindrical-coordinate representation of color #68487C: hue angle of 276.92º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68487C is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 72 | 124 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.51 |
| HSL | 276.92º | 0.27% | 0.38% | - |
| HSV(B) | 276.92º | 0.42% | 0.49% | - |
| XYZ | 11.66 | 9.03 | 20.2 | - |
| YUV | 87.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 124 | 0.16 | 0.42 | 0 | 0.51 | 276.92 | 0.27 | 0.38 |
| Hex | 68 | 48 | 7C | 10 | 2A | 0 | 33 | 115 | 1B | 26 |
| Octal | 150 | 110 | 174 | 20 | 52 | 0 | 63 | 425 | 33 | 46 |
| Binary | 1101000 | 1001000 | 1111100 | 10000 | 101010 | 0 | 110011 | 100010101 | 11011 | 100110 |
Color Harmonies of #68487C
Complementary color
Monochromatic Colors of #68487C
Black with #68487C
Text Example
Text Example
White with #68487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68487C; }
p { color: rgb(104,72,124); }
H1.HeaderClassName
{
color: #68487C;
}
.AnyTagClassName
{
color: #68487C;
}
</style>
background-color css
<style>
a { background-color: #68487C; }
a { background-color: rgb(104,72,124); }
div.DivClassName
{
background-color: #68487C;
}
.BgClassName
{
background-color: #68487C;
}
</style>
border-color css
<style>
span { border-color: #68487C; }
span { border-color: rgb(104,72,124); }
td.TdClassName
{
border-color: #68487C;
}
.TagClassName
{
border-color: #68487C;
}
</style>