Shades of Affair #6B567E
Tints of Affair #6B567E
RGB
CMYK
RGB Variations
Color information
#6B567E (or 0x6B567E) is known color: Affair. HEX triplet: 6B, 56 and 7E. RGB value is (107,86,126). Sum of RGB (Red+Green+Blue) = 107+86+126=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 126 - color contains mainly: blue. Hex color #6B567E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B567E is #94A981. Grayscale: #606060. Windows color (decimal): -9742722 or 8279659. OLE color: 8279659.
HSL color Cylindrical-coordinate representation of color #6B567E: hue angle of 271.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B567E is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 86 | 126 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.51 |
| HSL | 271.5º | 0.19% | 0.42% | - |
| HSV(B) | 271.5º | 0.32% | 0.49% | - |
| XYZ | 13.16 | 11.29 | 21.22 | - |
| YUV | 96.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 126 | 0.15 | 0.32 | 0 | 0.51 | 271.5 | 0.19 | 0.42 |
| Hex | 6B | 56 | 7E | F | 20 | 0 | 33 | 110 | 13 | 2A |
| Octal | 153 | 126 | 176 | 17 | 40 | 0 | 63 | 420 | 23 | 52 |
| Binary | 1101011 | 1010110 | 1111110 | 1111 | 100000 | 0 | 110011 | 100010000 | 10011 | 101010 |
Color Harmonies of #6B567E
Complementary color
Monochromatic Colors of #6B567E
Black with #6B567E
Text Example
Text Example
White with #6B567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B567E; }
p { color: rgb(107,86,126); }
H1.HeaderClassName
{
color: #6B567E;
}
.AnyTagClassName
{
color: #6B567E;
}
</style>
background-color css
<style>
a { background-color: #6B567E; }
a { background-color: rgb(107,86,126); }
div.DivClassName
{
background-color: #6B567E;
}
.BgClassName
{
background-color: #6B567E;
}
</style>
border-color css
<style>
span { border-color: #6B567E; }
span { border-color: rgb(107,86,126); }
td.TdClassName
{
border-color: #6B567E;
}
.TagClassName
{
border-color: #6B567E;
}
</style>