Shades of Affair #6E587A
Tints of Affair #6E587A
RGB
CMYK
RGB Variations
Color information
#6E587A (or 0x6E587A) is known color: Affair. HEX triplet: 6E, 58 and 7A. RGB value is (110,88,122). Sum of RGB (Red+Green+Blue) = 110+88+122=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E587A is #91A785. Grayscale: #626262. Windows color (decimal): -9545606 or 8018030. OLE color: 8018030.
HSL color Cylindrical-coordinate representation of color #6E587A: hue angle of 278.82º degrees, saturation: 0.16, 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 #6E587A is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 88 | 122 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.52 |
| HSL | 278.82º | 0.16% | 0.41% | - |
| HSV(B) | 278.82º | 0.28% | 0.48% | - |
| XYZ | 13.43 | 11.7 | 19.96 | - |
| YUV | 98.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 88 | 122 | 0.10 | 0.28 | 0 | 0.52 | 278.82 | 0.16 | 0.41 |
| Hex | 6E | 58 | 7A | A | 1C | 0 | 34 | 117 | 10 | 29 |
| Octal | 156 | 130 | 172 | 12 | 34 | 0 | 64 | 427 | 20 | 51 |
| Binary | 1101110 | 1011000 | 1111010 | 1010 | 11100 | 0 | 110100 | 100010111 | 10000 | 101001 |
Color Harmonies of #6E587A
Complementary color
Monochromatic Colors of #6E587A
Black with #6E587A
Text Example
Text Example
White with #6E587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E587A; }
p { color: rgb(110,88,122); }
H1.HeaderClassName
{
color: #6E587A;
}
.AnyTagClassName
{
color: #6E587A;
}
</style>
background-color css
<style>
a { background-color: #6E587A; }
a { background-color: rgb(110,88,122); }
div.DivClassName
{
background-color: #6E587A;
}
.BgClassName
{
background-color: #6E587A;
}
</style>
border-color css
<style>
span { border-color: #6E587A; }
span { border-color: rgb(110,88,122); }
td.TdClassName
{
border-color: #6E587A;
}
.TagClassName
{
border-color: #6E587A;
}
</style>