Shades of Affair #6E587D
Tints of Affair #6E587D
RGB
CMYK
RGB Variations
Color information
#6E587D (or 0x6E587D) is known color: Affair. HEX triplet: 6E, 58 and 7D. RGB value is (110,88,125). Sum of RGB (Red+Green+Blue) = 110+88+125=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E587D is #91A782. Grayscale: #626262. Windows color (decimal): -9545603 or 8214638. OLE color: 8214638.
HSL color Cylindrical-coordinate representation of color #6E587D: hue angle of 275.68º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E587D is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 88 | 125 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.51 |
| HSL | 275.68º | 0.17% | 0.42% | - |
| HSV(B) | 275.68º | 0.3% | 0.49% | - |
| XYZ | 13.62 | 11.78 | 20.96 | - |
| YUV | 98.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 88 | 125 | 0.12 | 0.30 | 0 | 0.51 | 275.68 | 0.17 | 0.42 |
| Hex | 6E | 58 | 7D | C | 1E | 0 | 33 | 114 | 11 | 2A |
| Octal | 156 | 130 | 175 | 14 | 36 | 0 | 63 | 424 | 21 | 52 |
| Binary | 1101110 | 1011000 | 1111101 | 1100 | 11110 | 0 | 110011 | 100010100 | 10001 | 101010 |
Color Harmonies of #6E587D
Complementary color
Monochromatic Colors of #6E587D
Black with #6E587D
Text Example
Text Example
White with #6E587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E587D; }
p { color: rgb(110,88,125); }
H1.HeaderClassName
{
color: #6E587D;
}
.AnyTagClassName
{
color: #6E587D;
}
</style>
background-color css
<style>
a { background-color: #6E587D; }
a { background-color: rgb(110,88,125); }
div.DivClassName
{
background-color: #6E587D;
}
.BgClassName
{
background-color: #6E587D;
}
</style>
border-color css
<style>
span { border-color: #6E587D; }
span { border-color: rgb(110,88,125); }
td.TdClassName
{
border-color: #6E587D;
}
.TagClassName
{
border-color: #6E587D;
}
</style>