Shades of Affair #68527D
Tints of Affair #68527D
RGB
CMYK
RGB Variations
Color information
#68527D (or 0x68527D) is known color: Affair. HEX triplet: 68, 52 and 7D. RGB value is (104,82,125). Sum of RGB (Red+Green+Blue) = 104+82+125=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #68527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68527D is #97AD82. Grayscale: #5D5D5D. Windows color (decimal): -9940355 or 8213096. OLE color: 8213096.
HSL color Cylindrical-coordinate representation of color #68527D: hue angle of 270.7º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68527D is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 82 | 125 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.51 |
| HSL | 270.7º | 0.21% | 0.41% | - |
| HSV(B) | 270.7º | 0.34% | 0.49% | - |
| XYZ | 12.43 | 10.46 | 20.77 | - |
| YUV | 93.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 125 | 0.17 | 0.34 | 0 | 0.51 | 270.7 | 0.21 | 0.41 |
| Hex | 68 | 52 | 7D | 11 | 22 | 0 | 33 | 10F | 15 | 29 |
| Octal | 150 | 122 | 175 | 21 | 42 | 0 | 63 | 417 | 25 | 51 |
| Binary | 1101000 | 1010010 | 1111101 | 10001 | 100010 | 0 | 110011 | 100001111 | 10101 | 101001 |
Color Harmonies of #68527D
Complementary color
Monochromatic Colors of #68527D
Black with #68527D
Text Example
Text Example
White with #68527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68527D; }
p { color: rgb(104,82,125); }
H1.HeaderClassName
{
color: #68527D;
}
.AnyTagClassName
{
color: #68527D;
}
</style>
background-color css
<style>
a { background-color: #68527D; }
a { background-color: rgb(104,82,125); }
div.DivClassName
{
background-color: #68527D;
}
.BgClassName
{
background-color: #68527D;
}
</style>
border-color css
<style>
span { border-color: #68527D; }
span { border-color: rgb(104,82,125); }
td.TdClassName
{
border-color: #68527D;
}
.TagClassName
{
border-color: #68527D;
}
</style>