Shades of Affair #6C517A
Tints of Affair #6C517A
RGB
CMYK
RGB Variations
Color information
#6C517A (or 0x6C517A) is known color: Affair. HEX triplet: 6C, 51 and 7A. RGB value is (108,81,122). Sum of RGB (Red+Green+Blue) = 108+81+122=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 122 - color contains mainly: blue. Hex color #6C517A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C517A is #93AE85. Grayscale: #5D5D5D. Windows color (decimal): -9678470 or 8016236. OLE color: 8016236.
HSL color Cylindrical-coordinate representation of color #6C517A: hue angle of 279.51º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C517A is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 81 | 122 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.52 |
| HSL | 279.51º | 0.2% | 0.4% | - |
| HSV(B) | 279.51º | 0.34% | 0.48% | - |
| XYZ | 12.64 | 10.48 | 19.77 | - |
| YUV | 93.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 81 | 122 | 0.11 | 0.34 | 0 | 0.52 | 279.51 | 0.2 | 0.4 |
| Hex | 6C | 51 | 7A | B | 22 | 0 | 34 | 118 | 14 | 28 |
| Octal | 154 | 121 | 172 | 13 | 42 | 0 | 64 | 430 | 24 | 50 |
| Binary | 1101100 | 1010001 | 1111010 | 1011 | 100010 | 0 | 110100 | 100011000 | 10100 | 101000 |
Color Harmonies of #6C517A
Complementary color
Monochromatic Colors of #6C517A
Black with #6C517A
Text Example
Text Example
White with #6C517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C517A; }
p { color: rgb(108,81,122); }
H1.HeaderClassName
{
color: #6C517A;
}
.AnyTagClassName
{
color: #6C517A;
}
</style>
background-color css
<style>
a { background-color: #6C517A; }
a { background-color: rgb(108,81,122); }
div.DivClassName
{
background-color: #6C517A;
}
.BgClassName
{
background-color: #6C517A;
}
</style>
border-color css
<style>
span { border-color: #6C517A; }
span { border-color: rgb(108,81,122); }
td.TdClassName
{
border-color: #6C517A;
}
.TagClassName
{
border-color: #6C517A;
}
</style>