Shades of Affair #68507C
Tints of Affair #68507C
RGB
CMYK
RGB Variations
Color information
#68507C (or 0x68507C) is known color: Affair. HEX triplet: 68, 50 and 7C. RGB value is (104,80,124). Sum of RGB (Red+Green+Blue) = 104+80+124=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #68507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68507C is #97AF83. Grayscale: #5C5C5C. Windows color (decimal): -9940868 or 8147048. OLE color: 8147048.
HSL color Cylindrical-coordinate representation of color #68507C: hue angle of 272.73º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68507C is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 80 | 124 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.51 |
| HSL | 272.73º | 0.22% | 0.4% | - |
| HSV(B) | 272.73º | 0.35% | 0.49% | - |
| XYZ | 12.22 | 10.14 | 20.38 | - |
| YUV | 92.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 124 | 0.16 | 0.35 | 0 | 0.51 | 272.73 | 0.22 | 0.4 |
| Hex | 68 | 50 | 7C | 10 | 23 | 0 | 33 | 111 | 16 | 28 |
| Octal | 150 | 120 | 174 | 20 | 43 | 0 | 63 | 421 | 26 | 50 |
| Binary | 1101000 | 1010000 | 1111100 | 10000 | 100011 | 0 | 110011 | 100010001 | 10110 | 101000 |
Color Harmonies of #68507C
Complementary color
Monochromatic Colors of #68507C
Black with #68507C
Text Example
Text Example
White with #68507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68507C; }
p { color: rgb(104,80,124); }
H1.HeaderClassName
{
color: #68507C;
}
.AnyTagClassName
{
color: #68507C;
}
</style>
background-color css
<style>
a { background-color: #68507C; }
a { background-color: rgb(104,80,124); }
div.DivClassName
{
background-color: #68507C;
}
.BgClassName
{
background-color: #68507C;
}
</style>
border-color css
<style>
span { border-color: #68507C; }
span { border-color: rgb(104,80,124); }
td.TdClassName
{
border-color: #68507C;
}
.TagClassName
{
border-color: #68507C;
}
</style>