Shades of Affair #6C5179
Tints of Affair #6C5179
RGB
CMYK
RGB Variations
Color information
#6C5179 (or 0x6C5179) is known color: Affair. HEX triplet: 6C, 51 and 79. RGB value is (108,81,121). Sum of RGB (Red+Green+Blue) = 108+81+121=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C5179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5179 is #93AE86. Grayscale: #5D5D5D. Windows color (decimal): -9678471 or 7950700. OLE color: 7950700.
HSL color Cylindrical-coordinate representation of color #6C5179: hue angle of 280.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6C5179 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 81 | 121 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.53 |
| HSL | 280.5º | 0.2% | 0.4% | - |
| HSV(B) | 280.5º | 0.33% | 0.47% | - |
| XYZ | 12.58 | 10.45 | 19.44 | - |
| YUV | 93.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 81 | 121 | 0.11 | 0.33 | 0 | 0.53 | 280.5 | 0.2 | 0.4 |
| Hex | 6C | 51 | 79 | B | 21 | 0 | 35 | 118 | 14 | 28 |
| Octal | 154 | 121 | 171 | 13 | 41 | 0 | 65 | 430 | 24 | 50 |
| Binary | 1101100 | 1010001 | 1111001 | 1011 | 100001 | 0 | 110101 | 100011000 | 10100 | 101000 |
Color Harmonies of #6C5179
Complementary color
Monochromatic Colors of #6C5179
Black with #6C5179
Text Example
Text Example
White with #6C5179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5179; }
p { color: rgb(108,81,121); }
H1.HeaderClassName
{
color: #6C5179;
}
.AnyTagClassName
{
color: #6C5179;
}
</style>
background-color css
<style>
a { background-color: #6C5179; }
a { background-color: rgb(108,81,121); }
div.DivClassName
{
background-color: #6C5179;
}
.BgClassName
{
background-color: #6C5179;
}
</style>
border-color css
<style>
span { border-color: #6C5179; }
span { border-color: rgb(108,81,121); }
td.TdClassName
{
border-color: #6C5179;
}
.TagClassName
{
border-color: #6C5179;
}
</style>