Shades of Affair #6E448F
Tints of Affair #6E448F
RGB
CMYK
RGB Variations
Color information
#6E448F (or 0x6E448F) is known color: Affair. HEX triplet: 6E, 44 and 8F. RGB value is (110,68,143). Sum of RGB (Red+Green+Blue) = 110+68+143=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #6E448F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E448F is #91BB70. Grayscale: #585858. Windows color (decimal): -9550705 or 9389166. OLE color: 9389166.
HSL color Cylindrical-coordinate representation of color #6E448F: hue angle of 273.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E448F is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 68 | 143 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.44 |
| HSL | 273.6º | 0.36% | 0.41% | - |
| HSV(B) | 273.6º | 0.52% | 0.56% | - |
| XYZ | 13.46 | 9.43 | 27.1 | - |
| YUV | 89.11 | 158.41 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 68 | 143 | 0.23 | 0.52 | 0 | 0.44 | 273.6 | 0.36 | 0.41 |
| Hex | 6E | 44 | 8F | 17 | 34 | 0 | 2C | 112 | 24 | 29 |
| Octal | 156 | 104 | 217 | 27 | 64 | 0 | 54 | 422 | 44 | 51 |
| Binary | 1101110 | 1000100 | 10001111 | 10111 | 110100 | 0 | 101100 | 100010010 | 100100 | 101001 |
Color Harmonies of #6E448F
Complementary color
Monochromatic Colors of #6E448F
Black with #6E448F
Text Example
Text Example
White with #6E448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E448F; }
p { color: rgb(110,68,143); }
H1.HeaderClassName
{
color: #6E448F;
}
.AnyTagClassName
{
color: #6E448F;
}
</style>
background-color css
<style>
a { background-color: #6E448F; }
a { background-color: rgb(110,68,143); }
div.DivClassName
{
background-color: #6E448F;
}
.BgClassName
{
background-color: #6E448F;
}
</style>
border-color css
<style>
span { border-color: #6E448F; }
span { border-color: rgb(110,68,143); }
td.TdClassName
{
border-color: #6E448F;
}
.TagClassName
{
border-color: #6E448F;
}
</style>