Shades of Affair #68507F
Tints of Affair #68507F
RGB
CMYK
RGB Variations
Color information
#68507F (or 0x68507F) is known color: Affair. HEX triplet: 68, 50 and 7F. RGB value is (104,80,127). Sum of RGB (Red+Green+Blue) = 104+80+127=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #68507F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68507F is #97AF80. Grayscale: #5C5C5C. Windows color (decimal): -9940865 or 8343656. OLE color: 8343656.
HSL color Cylindrical-coordinate representation of color #68507F: hue angle of 270.64º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68507F is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 80 | 127 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.50 |
| HSL | 270.64º | 0.23% | 0.41% | - |
| HSV(B) | 270.64º | 0.37% | 0.5% | - |
| XYZ | 12.41 | 10.21 | 21.4 | - |
| YUV | 92.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 127 | 0.18 | 0.37 | 0 | 0.50 | 270.64 | 0.23 | 0.41 |
| Hex | 68 | 50 | 7F | 12 | 25 | 0 | 32 | 10F | 17 | 29 |
| Octal | 150 | 120 | 177 | 22 | 45 | 0 | 62 | 417 | 27 | 51 |
| Binary | 1101000 | 1010000 | 1111111 | 10010 | 100101 | 0 | 110010 | 100001111 | 10111 | 101001 |
Color Harmonies of #68507F
Complementary color
Monochromatic Colors of #68507F
Black with #68507F
Text Example
Text Example
White with #68507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68507F; }
p { color: rgb(104,80,127); }
H1.HeaderClassName
{
color: #68507F;
}
.AnyTagClassName
{
color: #68507F;
}
</style>
background-color css
<style>
a { background-color: #68507F; }
a { background-color: rgb(104,80,127); }
div.DivClassName
{
background-color: #68507F;
}
.BgClassName
{
background-color: #68507F;
}
</style>
border-color css
<style>
span { border-color: #68507F; }
span { border-color: rgb(104,80,127); }
td.TdClassName
{
border-color: #68507F;
}
.TagClassName
{
border-color: #68507F;
}
</style>