Shades of Affair #6B4D76
Tints of Affair #6B4D76
RGB
CMYK
RGB Variations
Color information
#6B4D76 (or 0x6B4D76) is known color: Affair. HEX triplet: 6B, 4D and 76. RGB value is (107,77,118). Sum of RGB (Red+Green+Blue) = 107+77+118=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B4D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4D76 is #94B289. Grayscale: #5A5A5A. Windows color (decimal): -9745034 or 7753067. OLE color: 7753067.
HSL color Cylindrical-coordinate representation of color #6B4D76: hue angle of 283.9º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B4D76 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 77 | 118 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.54 |
| HSL | 283.9º | 0.21% | 0.38% | - |
| HSV(B) | 283.9º | 0.35% | 0.46% | - |
| XYZ | 11.99 | 9.74 | 18.39 | - |
| YUV | 90.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 77 | 118 | 0.09 | 0.35 | 0 | 0.54 | 283.9 | 0.21 | 0.38 |
| Hex | 6B | 4D | 76 | 9 | 23 | 0 | 36 | 11C | 15 | 26 |
| Octal | 153 | 115 | 166 | 11 | 43 | 0 | 66 | 434 | 25 | 46 |
| Binary | 1101011 | 1001101 | 1110110 | 1001 | 100011 | 0 | 110110 | 100011100 | 10101 | 100110 |
Color Harmonies of #6B4D76
Complementary color
Monochromatic Colors of #6B4D76
Black with #6B4D76
Text Example
Text Example
White with #6B4D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4D76; }
p { color: rgb(107,77,118); }
H1.HeaderClassName
{
color: #6B4D76;
}
.AnyTagClassName
{
color: #6B4D76;
}
</style>
background-color css
<style>
a { background-color: #6B4D76; }
a { background-color: rgb(107,77,118); }
div.DivClassName
{
background-color: #6B4D76;
}
.BgClassName
{
background-color: #6B4D76;
}
</style>
border-color css
<style>
span { border-color: #6B4D76; }
span { border-color: rgb(107,77,118); }
td.TdClassName
{
border-color: #6B4D76;
}
.TagClassName
{
border-color: #6B4D76;
}
</style>