Shades of Affair #6C4C7F
Tints of Affair #6C4C7F
RGB
CMYK
RGB Variations
Color information
#6C4C7F (or 0x6C4C7F) is known color: Affair. HEX triplet: 6C, 4C and 7F. RGB value is (108,76,127). Sum of RGB (Red+Green+Blue) = 108+76+127=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #6C4C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4C7F is #93B380. Grayscale: #5B5B5B. Windows color (decimal): -9679745 or 8342636. OLE color: 8342636.
HSL color Cylindrical-coordinate representation of color #6C4C7F: hue angle of 277.65º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C4C7F is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 108 | 76 | 127 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.50 |
| HSL | 277.65º | 0.25% | 0.4% | - |
| HSV(B) | 277.65º | 0.4% | 0.5% | - |
| XYZ | 12.6 | 9.89 | 21.32 | - |
| YUV | 91.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 76 | 127 | 0.15 | 0.40 | 0 | 0.50 | 277.65 | 0.25 | 0.4 |
| Hex | 6C | 4C | 7F | F | 28 | 0 | 32 | 116 | 19 | 28 |
| Octal | 154 | 114 | 177 | 17 | 50 | 0 | 62 | 426 | 31 | 50 |
| Binary | 1101100 | 1001100 | 1111111 | 1111 | 101000 | 0 | 110010 | 100010110 | 11001 | 101000 |
Color Harmonies of #6C4C7F
Complementary color
Monochromatic Colors of #6C4C7F
Black with #6C4C7F
Text Example
Text Example
White with #6C4C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4C7F; }
p { color: rgb(108,76,127); }
H1.HeaderClassName
{
color: #6C4C7F;
}
.AnyTagClassName
{
color: #6C4C7F;
}
</style>
background-color css
<style>
a { background-color: #6C4C7F; }
a { background-color: rgb(108,76,127); }
div.DivClassName
{
background-color: #6C4C7F;
}
.BgClassName
{
background-color: #6C4C7F;
}
</style>
border-color css
<style>
span { border-color: #6C4C7F; }
span { border-color: rgb(108,76,127); }
td.TdClassName
{
border-color: #6C4C7F;
}
.TagClassName
{
border-color: #6C4C7F;
}
</style>