Shades of Affair #6B4C7F
Tints of Affair #6B4C7F
RGB
CMYK
RGB Variations
Color information
#6B4C7F (or 0x6B4C7F) is known color: Affair. HEX triplet: 6B, 4C and 7F. RGB value is (107,76,127). Sum of RGB (Red+Green+Blue) = 107+76+127=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B4C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4C7F is #94B380. Grayscale: #5A5A5A. Windows color (decimal): -9745281 or 8342635. OLE color: 8342635.
HSL color Cylindrical-coordinate representation of color #6B4C7F: hue angle of 276.47º 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 #6B4C7F is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 76 | 127 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.50 |
| HSL | 276.47º | 0.25% | 0.4% | - |
| HSV(B) | 276.47º | 0.4% | 0.5% | - |
| XYZ | 12.48 | 9.83 | 21.32 | - |
| YUV | 91.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 127 | 0.16 | 0.40 | 0 | 0.50 | 276.47 | 0.25 | 0.4 |
| Hex | 6B | 4C | 7F | 10 | 28 | 0 | 32 | 114 | 19 | 28 |
| Octal | 153 | 114 | 177 | 20 | 50 | 0 | 62 | 424 | 31 | 50 |
| Binary | 1101011 | 1001100 | 1111111 | 10000 | 101000 | 0 | 110010 | 100010100 | 11001 | 101000 |
Color Harmonies of #6B4C7F
Complementary color
Monochromatic Colors of #6B4C7F
Black with #6B4C7F
Text Example
Text Example
White with #6B4C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4C7F; }
p { color: rgb(107,76,127); }
H1.HeaderClassName
{
color: #6B4C7F;
}
.AnyTagClassName
{
color: #6B4C7F;
}
</style>
background-color css
<style>
a { background-color: #6B4C7F; }
a { background-color: rgb(107,76,127); }
div.DivClassName
{
background-color: #6B4C7F;
}
.BgClassName
{
background-color: #6B4C7F;
}
</style>
border-color css
<style>
span { border-color: #6B4C7F; }
span { border-color: rgb(107,76,127); }
td.TdClassName
{
border-color: #6B4C7F;
}
.TagClassName
{
border-color: #6B4C7F;
}
</style>