Shades of Affair #6E448A
Tints of Affair #6E448A
RGB
CMYK
RGB Variations
Color information
#6E448A (or 0x6E448A) is known color: Affair. HEX triplet: 6E, 44 and 8A. RGB value is (110,68,138). Sum of RGB (Red+Green+Blue) = 110+68+138=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E448A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E448A is #91BB75. Grayscale: #585858. Windows color (decimal): -9550710 or 9061486. OLE color: 9061486.
HSL color Cylindrical-coordinate representation of color #6E448A: hue angle of 276º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E448A is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 68 | 138 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.46 |
| HSL | 276º | 0.34% | 0.4% | - |
| HSV(B) | 276º | 0.51% | 0.54% | - |
| XYZ | 13.08 | 9.28 | 25.15 | - |
| YUV | 88.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 68 | 138 | 0.20 | 0.51 | 0 | 0.46 | 276 | 0.34 | 0.4 |
| Hex | 6E | 44 | 8A | 14 | 33 | 0 | 2E | 114 | 22 | 28 |
| Octal | 156 | 104 | 212 | 24 | 63 | 0 | 56 | 424 | 42 | 50 |
| Binary | 1101110 | 1000100 | 10001010 | 10100 | 110011 | 0 | 101110 | 100010100 | 100010 | 101000 |
Color Harmonies of #6E448A
Complementary color
Monochromatic Colors of #6E448A
Black with #6E448A
Text Example
Text Example
White with #6E448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E448A; }
p { color: rgb(110,68,138); }
H1.HeaderClassName
{
color: #6E448A;
}
.AnyTagClassName
{
color: #6E448A;
}
</style>
background-color css
<style>
a { background-color: #6E448A; }
a { background-color: rgb(110,68,138); }
div.DivClassName
{
background-color: #6E448A;
}
.BgClassName
{
background-color: #6E448A;
}
</style>
border-color css
<style>
span { border-color: #6E448A; }
span { border-color: rgb(110,68,138); }
td.TdClassName
{
border-color: #6E448A;
}
.TagClassName
{
border-color: #6E448A;
}
</style>