Shades of Affair #6B567F
Tints of Affair #6B567F
RGB
CMYK
RGB Variations
Color information
#6B567F (or 0x6B567F) is known color: Affair. HEX triplet: 6B, 56 and 7F. RGB value is (107,86,127). Sum of RGB (Red+Green+Blue) = 107+86+127=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B567F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B567F is #94A980. Grayscale: #606060. Windows color (decimal): -9742721 or 8345195. OLE color: 8345195.
HSL color Cylindrical-coordinate representation of color #6B567F: hue angle of 270.73º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B567F is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 86 | 127 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.50 |
| HSL | 270.73º | 0.19% | 0.42% | - |
| HSV(B) | 270.73º | 0.32% | 0.5% | - |
| XYZ | 13.22 | 11.31 | 21.57 | - |
| YUV | 96.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 127 | 0.16 | 0.32 | 0 | 0.50 | 270.73 | 0.19 | 0.42 |
| Hex | 6B | 56 | 7F | 10 | 20 | 0 | 32 | 10F | 13 | 2A |
| Octal | 153 | 126 | 177 | 20 | 40 | 0 | 62 | 417 | 23 | 52 |
| Binary | 1101011 | 1010110 | 1111111 | 10000 | 100000 | 0 | 110010 | 100001111 | 10011 | 101010 |
Color Harmonies of #6B567F
Complementary color
Monochromatic Colors of #6B567F
Black with #6B567F
Text Example
Text Example
White with #6B567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B567F; }
p { color: rgb(107,86,127); }
H1.HeaderClassName
{
color: #6B567F;
}
.AnyTagClassName
{
color: #6B567F;
}
</style>
background-color css
<style>
a { background-color: #6B567F; }
a { background-color: rgb(107,86,127); }
div.DivClassName
{
background-color: #6B567F;
}
.BgClassName
{
background-color: #6B567F;
}
</style>
border-color css
<style>
span { border-color: #6B567F; }
span { border-color: rgb(107,86,127); }
td.TdClassName
{
border-color: #6B567F;
}
.TagClassName
{
border-color: #6B567F;
}
</style>