Shades of Affair #6E587B
Tints of Affair #6E587B
RGB
CMYK
RGB Variations
Color information
#6E587B (or 0x6E587B) is known color: Affair. HEX triplet: 6E, 58 and 7B. RGB value is (110,88,123). Sum of RGB (Red+Green+Blue) = 110+88+123=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E587B is #91A784. Grayscale: #626262. Windows color (decimal): -9545605 or 8083566. OLE color: 8083566.
HSL color Cylindrical-coordinate representation of color #6E587B: hue angle of 277.71º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E587B is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 88 | 123 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.52 |
| HSL | 277.71º | 0.17% | 0.41% | - |
| HSV(B) | 277.71º | 0.28% | 0.48% | - |
| XYZ | 13.5 | 11.72 | 20.29 | - |
| YUV | 98.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 88 | 123 | 0.11 | 0.28 | 0 | 0.52 | 277.71 | 0.17 | 0.41 |
| Hex | 6E | 58 | 7B | B | 1C | 0 | 34 | 116 | 11 | 29 |
| Octal | 156 | 130 | 173 | 13 | 34 | 0 | 64 | 426 | 21 | 51 |
| Binary | 1101110 | 1011000 | 1111011 | 1011 | 11100 | 0 | 110100 | 100010110 | 10001 | 101001 |
Color Harmonies of #6E587B
Complementary color
Monochromatic Colors of #6E587B
Black with #6E587B
Text Example
Text Example
White with #6E587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E587B; }
p { color: rgb(110,88,123); }
H1.HeaderClassName
{
color: #6E587B;
}
.AnyTagClassName
{
color: #6E587B;
}
</style>
background-color css
<style>
a { background-color: #6E587B; }
a { background-color: rgb(110,88,123); }
div.DivClassName
{
background-color: #6E587B;
}
.BgClassName
{
background-color: #6E587B;
}
</style>
border-color css
<style>
span { border-color: #6E587B; }
span { border-color: rgb(110,88,123); }
td.TdClassName
{
border-color: #6E587B;
}
.TagClassName
{
border-color: #6E587B;
}
</style>