Shades of Affair #6E4382
Tints of Affair #6E4382
RGB
CMYK
RGB Variations
Color information
#6E4382 (or 0x6E4382) is known color: Affair. HEX triplet: 6E, 43 and 82. RGB value is (110,67,130). Sum of RGB (Red+Green+Blue) = 110+67+130=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E4382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4382 is #91BC7D. Grayscale: #565656. Windows color (decimal): -9550974 or 8536942. OLE color: 8536942.
HSL color Cylindrical-coordinate representation of color #6E4382: hue angle of 280.95º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E4382 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 67 | 130 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.49 |
| HSL | 280.95º | 0.32% | 0.39% | - |
| HSV(B) | 280.95º | 0.48% | 0.51% | - |
| XYZ | 12.47 | 8.94 | 22.19 | - |
| YUV | 87.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 67 | 130 | 0.15 | 0.48 | 0 | 0.49 | 280.95 | 0.32 | 0.39 |
| Hex | 6E | 43 | 82 | F | 30 | 0 | 31 | 119 | 20 | 27 |
| Octal | 156 | 103 | 202 | 17 | 60 | 0 | 61 | 431 | 40 | 47 |
| Binary | 1101110 | 1000011 | 10000010 | 1111 | 110000 | 0 | 110001 | 100011001 | 100000 | 100111 |
Color Harmonies of #6E4382
Complementary color
Monochromatic Colors of #6E4382
Black with #6E4382
Text Example
Text Example
White with #6E4382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4382; }
p { color: rgb(110,67,130); }
H1.HeaderClassName
{
color: #6E4382;
}
.AnyTagClassName
{
color: #6E4382;
}
</style>
background-color css
<style>
a { background-color: #6E4382; }
a { background-color: rgb(110,67,130); }
div.DivClassName
{
background-color: #6E4382;
}
.BgClassName
{
background-color: #6E4382;
}
</style>
border-color css
<style>
span { border-color: #6E4382; }
span { border-color: rgb(110,67,130); }
td.TdClassName
{
border-color: #6E4382;
}
.TagClassName
{
border-color: #6E4382;
}
</style>