Shades of Affair #6C517E
Tints of Affair #6C517E
RGB
CMYK
RGB Variations
Color information
#6C517E (or 0x6C517E) is known color: Affair. HEX triplet: 6C, 51 and 7E. RGB value is (108,81,126). Sum of RGB (Red+Green+Blue) = 108+81+126=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 126 - color contains mainly: blue. Hex color #6C517E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C517E is #93AE81. Grayscale: #5E5E5E. Windows color (decimal): -9678466 or 8278380. OLE color: 8278380.
HSL color Cylindrical-coordinate representation of color #6C517E: hue angle of 276º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C517E is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 81 | 126 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.51 |
| HSL | 276º | 0.22% | 0.41% | - |
| HSV(B) | 276º | 0.36% | 0.49% | - |
| XYZ | 12.89 | 10.58 | 21.1 | - |
| YUV | 94.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 81 | 126 | 0.14 | 0.36 | 0 | 0.51 | 276 | 0.22 | 0.41 |
| Hex | 6C | 51 | 7E | E | 24 | 0 | 33 | 114 | 16 | 29 |
| Octal | 154 | 121 | 176 | 16 | 44 | 0 | 63 | 424 | 26 | 51 |
| Binary | 1101100 | 1010001 | 1111110 | 1110 | 100100 | 0 | 110011 | 100010100 | 10110 | 101001 |
Color Harmonies of #6C517E
Complementary color
Monochromatic Colors of #6C517E
Black with #6C517E
Text Example
Text Example
White with #6C517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C517E; }
p { color: rgb(108,81,126); }
H1.HeaderClassName
{
color: #6C517E;
}
.AnyTagClassName
{
color: #6C517E;
}
</style>
background-color css
<style>
a { background-color: #6C517E; }
a { background-color: rgb(108,81,126); }
div.DivClassName
{
background-color: #6C517E;
}
.BgClassName
{
background-color: #6C517E;
}
</style>
border-color css
<style>
span { border-color: #6C517E; }
span { border-color: rgb(108,81,126); }
td.TdClassName
{
border-color: #6C517E;
}
.TagClassName
{
border-color: #6C517E;
}
</style>