Shades of Affair #68477F
Tints of Affair #68477F
RGB
CMYK
RGB Variations
Color information
#68477F (or 0x68477F) is known color: Affair. HEX triplet: 68, 47 and 7F. RGB value is (104,71,127). Sum of RGB (Red+Green+Blue) = 104+71+127=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #68477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68477F is #97B880. Grayscale: #575757. Windows color (decimal): -9943169 or 8341352. OLE color: 8341352.
HSL color Cylindrical-coordinate representation of color #68477F: hue angle of 275.36º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68477F is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 71 | 127 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.50 |
| HSL | 275.36º | 0.28% | 0.39% | - |
| HSV(B) | 275.36º | 0.44% | 0.5% | - |
| XYZ | 11.79 | 8.98 | 21.19 | - |
| YUV | 87.25 | 150.43 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 127 | 0.18 | 0.44 | 0 | 0.50 | 275.36 | 0.28 | 0.39 |
| Hex | 68 | 47 | 7F | 12 | 2C | 0 | 32 | 113 | 1C | 27 |
| Octal | 150 | 107 | 177 | 22 | 54 | 0 | 62 | 423 | 34 | 47 |
| Binary | 1101000 | 1000111 | 1111111 | 10010 | 101100 | 0 | 110010 | 100010011 | 11100 | 100111 |
Color Harmonies of #68477F
Complementary color
Monochromatic Colors of #68477F
Black with #68477F
Text Example
Text Example
White with #68477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68477F; }
p { color: rgb(104,71,127); }
H1.HeaderClassName
{
color: #68477F;
}
.AnyTagClassName
{
color: #68477F;
}
</style>
background-color css
<style>
a { background-color: #68477F; }
a { background-color: rgb(104,71,127); }
div.DivClassName
{
background-color: #68477F;
}
.BgClassName
{
background-color: #68477F;
}
</style>
border-color css
<style>
span { border-color: #68477F; }
span { border-color: rgb(104,71,127); }
td.TdClassName
{
border-color: #68477F;
}
.TagClassName
{
border-color: #68477F;
}
</style>