Shades of Affair #6E567B
Tints of Affair #6E567B
RGB
CMYK
RGB Variations
Color information
#6E567B (or 0x6E567B) is known color: Affair. HEX triplet: 6E, 56 and 7B. RGB value is (110,86,123). Sum of RGB (Red+Green+Blue) = 110+86+123=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E567B is #91A984. Grayscale: #616161. Windows color (decimal): -9546117 or 8083054. OLE color: 8083054.
HSL color Cylindrical-coordinate representation of color #6E567B: hue angle of 278.92º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E567B is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 86 | 123 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.52 |
| HSL | 278.92º | 0.18% | 0.41% | - |
| HSV(B) | 278.92º | 0.3% | 0.48% | - |
| XYZ | 13.33 | 11.4 | 20.24 | - |
| YUV | 97.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 123 | 0.11 | 0.30 | 0 | 0.52 | 278.92 | 0.18 | 0.41 |
| Hex | 6E | 56 | 7B | B | 1E | 0 | 34 | 117 | 12 | 29 |
| Octal | 156 | 126 | 173 | 13 | 36 | 0 | 64 | 427 | 22 | 51 |
| Binary | 1101110 | 1010110 | 1111011 | 1011 | 11110 | 0 | 110100 | 100010111 | 10010 | 101001 |
Color Harmonies of #6E567B
Complementary color
Monochromatic Colors of #6E567B
Black with #6E567B
Text Example
Text Example
White with #6E567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E567B; }
p { color: rgb(110,86,123); }
H1.HeaderClassName
{
color: #6E567B;
}
.AnyTagClassName
{
color: #6E567B;
}
</style>
background-color css
<style>
a { background-color: #6E567B; }
a { background-color: rgb(110,86,123); }
div.DivClassName
{
background-color: #6E567B;
}
.BgClassName
{
background-color: #6E567B;
}
</style>
border-color css
<style>
span { border-color: #6E567B; }
span { border-color: rgb(110,86,123); }
td.TdClassName
{
border-color: #6E567B;
}
.TagClassName
{
border-color: #6E567B;
}
</style>