Shades of Affair #6B5678
Tints of Affair #6B5678
RGB
CMYK
RGB Variations
Color information
#6B5678 (or 0x6B5678) is known color: Affair. HEX triplet: 6B, 56 and 78. RGB value is (107,86,120). Sum of RGB (Red+Green+Blue) = 107+86+120=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B5678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5678 is #94A987. Grayscale: #606060. Windows color (decimal): -9742728 or 7886443. OLE color: 7886443.
HSL color Cylindrical-coordinate representation of color #6B5678: hue angle of 277.06º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B5678 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 86 | 120 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.53 |
| HSL | 277.06º | 0.17% | 0.4% | - |
| HSV(B) | 277.06º | 0.28% | 0.47% | - |
| XYZ | 12.78 | 11.14 | 19.25 | - |
| YUV | 96.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 120 | 0.11 | 0.28 | 0 | 0.53 | 277.06 | 0.17 | 0.4 |
| Hex | 6B | 56 | 78 | B | 1C | 0 | 35 | 115 | 11 | 28 |
| Octal | 153 | 126 | 170 | 13 | 34 | 0 | 65 | 425 | 21 | 50 |
| Binary | 1101011 | 1010110 | 1111000 | 1011 | 11100 | 0 | 110101 | 100010101 | 10001 | 101000 |
Color Harmonies of #6B5678
Complementary color
Monochromatic Colors of #6B5678
Black with #6B5678
Text Example
Text Example
White with #6B5678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5678; }
p { color: rgb(107,86,120); }
H1.HeaderClassName
{
color: #6B5678;
}
.AnyTagClassName
{
color: #6B5678;
}
</style>
background-color css
<style>
a { background-color: #6B5678; }
a { background-color: rgb(107,86,120); }
div.DivClassName
{
background-color: #6B5678;
}
.BgClassName
{
background-color: #6B5678;
}
</style>
border-color css
<style>
span { border-color: #6B5678; }
span { border-color: rgb(107,86,120); }
td.TdClassName
{
border-color: #6B5678;
}
.TagClassName
{
border-color: #6B5678;
}
</style>