Shades of Affair #68427F
Tints of Affair #68427F
RGB
CMYK
RGB Variations
Color information
#68427F (or 0x68427F) is known color: Affair. HEX triplet: 68, 42 and 7F. RGB value is (104,66,127). Sum of RGB (Red+Green+Blue) = 104+66+127=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 127 - color contains mainly: blue. Hex color #68427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68427F is #97BD80. Grayscale: #545454. Windows color (decimal): -9944449 or 8340072. OLE color: 8340072.
HSL color Cylindrical-coordinate representation of color #68427F: hue angle of 277.38º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68427F is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 66 | 127 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.50 |
| HSL | 277.38º | 0.32% | 0.38% | - |
| HSV(B) | 277.38º | 0.48% | 0.5% | - |
| XYZ | 11.49 | 8.37 | 21.09 | - |
| YUV | 84.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 127 | 0.18 | 0.48 | 0 | 0.50 | 277.38 | 0.32 | 0.38 |
| Hex | 68 | 42 | 7F | 12 | 30 | 0 | 32 | 115 | 20 | 26 |
| Octal | 150 | 102 | 177 | 22 | 60 | 0 | 62 | 425 | 40 | 46 |
| Binary | 1101000 | 1000010 | 1111111 | 10010 | 110000 | 0 | 110010 | 100010101 | 100000 | 100110 |
Color Harmonies of #68427F
Complementary color
Monochromatic Colors of #68427F
Black with #68427F
Text Example
Text Example
White with #68427F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68427F; }
p { color: rgb(104,66,127); }
H1.HeaderClassName
{
color: #68427F;
}
.AnyTagClassName
{
color: #68427F;
}
</style>
background-color css
<style>
a { background-color: #68427F; }
a { background-color: rgb(104,66,127); }
div.DivClassName
{
background-color: #68427F;
}
.BgClassName
{
background-color: #68427F;
}
</style>
border-color css
<style>
span { border-color: #68427F; }
span { border-color: rgb(104,66,127); }
td.TdClassName
{
border-color: #68427F;
}
.TagClassName
{
border-color: #68427F;
}
</style>