Shades of Affair #6C507C
Tints of Affair #6C507C
RGB
CMYK
RGB Variations
Color information
#6C507C (or 0x6C507C) is known color: Affair. HEX triplet: 6C, 50 and 7C. RGB value is (108,80,124). Sum of RGB (Red+Green+Blue) = 108+80+124=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C507C is #93AF83. Grayscale: #5D5D5D. Windows color (decimal): -9678724 or 8147052. OLE color: 8147052.
HSL color Cylindrical-coordinate representation of color #6C507C: hue angle of 278.18º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C507C is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 80 | 124 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.51 |
| HSL | 278.18º | 0.22% | 0.4% | - |
| HSV(B) | 278.18º | 0.35% | 0.49% | - |
| XYZ | 12.69 | 10.38 | 20.4 | - |
| YUV | 93.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 80 | 124 | 0.13 | 0.35 | 0 | 0.51 | 278.18 | 0.22 | 0.4 |
| Hex | 6C | 50 | 7C | D | 23 | 0 | 33 | 116 | 16 | 28 |
| Octal | 154 | 120 | 174 | 15 | 43 | 0 | 63 | 426 | 26 | 50 |
| Binary | 1101100 | 1010000 | 1111100 | 1101 | 100011 | 0 | 110011 | 100010110 | 10110 | 101000 |
Color Harmonies of #6C507C
Complementary color
Monochromatic Colors of #6C507C
Black with #6C507C
Text Example
Text Example
White with #6C507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C507C; }
p { color: rgb(108,80,124); }
H1.HeaderClassName
{
color: #6C507C;
}
.AnyTagClassName
{
color: #6C507C;
}
</style>
background-color css
<style>
a { background-color: #6C507C; }
a { background-color: rgb(108,80,124); }
div.DivClassName
{
background-color: #6C507C;
}
.BgClassName
{
background-color: #6C507C;
}
</style>
border-color css
<style>
span { border-color: #6C507C; }
span { border-color: rgb(108,80,124); }
td.TdClassName
{
border-color: #6C507C;
}
.TagClassName
{
border-color: #6C507C;
}
</style>