Shades of Affair #6E467F
Tints of Affair #6E467F
RGB
CMYK
RGB Variations
Color information
#6E467F (or 0x6E467F) is known color: Affair. HEX triplet: 6E, 46 and 7F. RGB value is (110,70,127). Sum of RGB (Red+Green+Blue) = 110+70+127=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E467F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E467F is #91B980. Grayscale: #585858. Windows color (decimal): -9550209 or 8341102. OLE color: 8341102.
HSL color Cylindrical-coordinate representation of color #6E467F: hue angle of 282.11º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E467F is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 70 | 127 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.50 |
| HSL | 282.11º | 0.29% | 0.39% | - |
| HSV(B) | 282.11º | 0.45% | 0.5% | - |
| XYZ | 12.45 | 9.23 | 21.2 | - |
| YUV | 88.46 | 149.75 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 70 | 127 | 0.13 | 0.45 | 0 | 0.50 | 282.11 | 0.29 | 0.39 |
| Hex | 6E | 46 | 7F | D | 2D | 0 | 32 | 11A | 1D | 27 |
| Octal | 156 | 106 | 177 | 15 | 55 | 0 | 62 | 432 | 35 | 47 |
| Binary | 1101110 | 1000110 | 1111111 | 1101 | 101101 | 0 | 110010 | 100011010 | 11101 | 100111 |
Color Harmonies of #6E467F
Complementary color
Monochromatic Colors of #6E467F
Black with #6E467F
Text Example
Text Example
White with #6E467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E467F; }
p { color: rgb(110,70,127); }
H1.HeaderClassName
{
color: #6E467F;
}
.AnyTagClassName
{
color: #6E467F;
}
</style>
background-color css
<style>
a { background-color: #6E467F; }
a { background-color: rgb(110,70,127); }
div.DivClassName
{
background-color: #6E467F;
}
.BgClassName
{
background-color: #6E467F;
}
</style>
border-color css
<style>
span { border-color: #6E467F; }
span { border-color: rgb(110,70,127); }
td.TdClassName
{
border-color: #6E467F;
}
.TagClassName
{
border-color: #6E467F;
}
</style>