Shades of Affair #6E427D
Tints of Affair #6E427D
RGB
CMYK
RGB Variations
Color information
#6E427D (or 0x6E427D) is known color: Affair. HEX triplet: 6E, 42 and 7D. RGB value is (110,66,125). Sum of RGB (Red+Green+Blue) = 110+66+125=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E427D is #91BD82. Grayscale: #555555. Windows color (decimal): -9551235 or 8209006. OLE color: 8209006.
HSL color Cylindrical-coordinate representation of color #6E427D: hue angle of 284.75º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E427D is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 66 | 125 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.51 |
| HSL | 284.75º | 0.31% | 0.37% | - |
| HSV(B) | 284.75º | 0.47% | 0.49% | - |
| XYZ | 12.08 | 8.69 | 20.44 | - |
| YUV | 85.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 66 | 125 | 0.12 | 0.47 | 0 | 0.51 | 284.75 | 0.31 | 0.37 |
| Hex | 6E | 42 | 7D | C | 2F | 0 | 33 | 11D | 1F | 25 |
| Octal | 156 | 102 | 175 | 14 | 57 | 0 | 63 | 435 | 37 | 45 |
| Binary | 1101110 | 1000010 | 1111101 | 1100 | 101111 | 0 | 110011 | 100011101 | 11111 | 100101 |
Color Harmonies of #6E427D
Complementary color
Monochromatic Colors of #6E427D
Black with #6E427D
Text Example
Text Example
White with #6E427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E427D; }
p { color: rgb(110,66,125); }
H1.HeaderClassName
{
color: #6E427D;
}
.AnyTagClassName
{
color: #6E427D;
}
</style>
background-color css
<style>
a { background-color: #6E427D; }
a { background-color: rgb(110,66,125); }
div.DivClassName
{
background-color: #6E427D;
}
.BgClassName
{
background-color: #6E427D;
}
</style>
border-color css
<style>
span { border-color: #6E427D; }
span { border-color: rgb(110,66,125); }
td.TdClassName
{
border-color: #6E427D;
}
.TagClassName
{
border-color: #6E427D;
}
</style>