Shades of Affair #6E4788
Tints of Affair #6E4788
RGB
CMYK
RGB Variations
Color information
#6E4788 (or 0x6E4788) is known color: Affair. HEX triplet: 6E, 47 and 88. RGB value is (110,71,136). Sum of RGB (Red+Green+Blue) = 110+71+136=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #6E4788 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4788 is #91B877. Grayscale: #595959. Windows color (decimal): -9549944 or 8931182. OLE color: 8931182.
HSL color Cylindrical-coordinate representation of color #6E4788: hue angle of 276º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E4788 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 71 | 136 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.47 |
| HSL | 276º | 0.31% | 0.41% | - |
| HSV(B) | 276º | 0.48% | 0.53% | - |
| XYZ | 13.13 | 9.6 | 24.45 | - |
| YUV | 90.07 | 153.92 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 71 | 136 | 0.19 | 0.48 | 0 | 0.47 | 276 | 0.31 | 0.41 |
| Hex | 6E | 47 | 88 | 13 | 30 | 0 | 2F | 114 | 1F | 29 |
| Octal | 156 | 107 | 210 | 23 | 60 | 0 | 57 | 424 | 37 | 51 |
| Binary | 1101110 | 1000111 | 10001000 | 10011 | 110000 | 0 | 101111 | 100010100 | 11111 | 101001 |
Color Harmonies of #6E4788
Complementary color
Monochromatic Colors of #6E4788
Black with #6E4788
Text Example
Text Example
White with #6E4788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4788; }
p { color: rgb(110,71,136); }
H1.HeaderClassName
{
color: #6E4788;
}
.AnyTagClassName
{
color: #6E4788;
}
</style>
background-color css
<style>
a { background-color: #6E4788; }
a { background-color: rgb(110,71,136); }
div.DivClassName
{
background-color: #6E4788;
}
.BgClassName
{
background-color: #6E4788;
}
</style>
border-color css
<style>
span { border-color: #6E4788; }
span { border-color: rgb(110,71,136); }
td.TdClassName
{
border-color: #6E4788;
}
.TagClassName
{
border-color: #6E4788;
}
</style>