Shades of Affair #68457C
Tints of Affair #68457C
RGB
CMYK
RGB Variations
Color information
#68457C (or 0x68457C) is known color: Affair. HEX triplet: 68, 45 and 7C. RGB value is (104,69,124). Sum of RGB (Red+Green+Blue) = 104+69+124=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #68457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68457C is #97BA83. Grayscale: #555555. Windows color (decimal): -9943684 or 8144232. OLE color: 8144232.
HSL color Cylindrical-coordinate representation of color #68457C: hue angle of 278.18º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68457C is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 69 | 124 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.51 |
| HSL | 278.18º | 0.28% | 0.38% | - |
| HSV(B) | 278.18º | 0.44% | 0.49% | - |
| XYZ | 11.48 | 8.65 | 20.13 | - |
| YUV | 85.74 | 149.6 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 69 | 124 | 0.16 | 0.44 | 0 | 0.51 | 278.18 | 0.28 | 0.38 |
| Hex | 68 | 45 | 7C | 10 | 2C | 0 | 33 | 116 | 1C | 26 |
| Octal | 150 | 105 | 174 | 20 | 54 | 0 | 63 | 426 | 34 | 46 |
| Binary | 1101000 | 1000101 | 1111100 | 10000 | 101100 | 0 | 110011 | 100010110 | 11100 | 100110 |
Color Harmonies of #68457C
Complementary color
Monochromatic Colors of #68457C
Black with #68457C
Text Example
Text Example
White with #68457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68457C; }
p { color: rgb(104,69,124); }
H1.HeaderClassName
{
color: #68457C;
}
.AnyTagClassName
{
color: #68457C;
}
</style>
background-color css
<style>
a { background-color: #68457C; }
a { background-color: rgb(104,69,124); }
div.DivClassName
{
background-color: #68457C;
}
.BgClassName
{
background-color: #68457C;
}
</style>
border-color css
<style>
span { border-color: #68457C; }
span { border-color: rgb(104,69,124); }
td.TdClassName
{
border-color: #68457C;
}
.TagClassName
{
border-color: #68457C;
}
</style>