Shades of Affair #6E5382
Tints of Affair #6E5382
RGB
CMYK
RGB Variations
Color information
#6E5382 (or 0x6E5382) is known color: Affair. HEX triplet: 6E, 53 and 82. RGB value is (110,83,130). Sum of RGB (Red+Green+Blue) = 110+83+130=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E5382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5382 is #91AC7D. Grayscale: #606060. Windows color (decimal): -9546878 or 8541038. OLE color: 8541038.
HSL color Cylindrical-coordinate representation of color #6E5382: hue angle of 274.47º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E5382 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 83 | 130 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.49 |
| HSL | 274.47º | 0.22% | 0.42% | - |
| HSV(B) | 274.47º | 0.36% | 0.51% | - |
| XYZ | 13.55 | 11.11 | 22.55 | - |
| YUV | 96.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 83 | 130 | 0.15 | 0.36 | 0 | 0.49 | 274.47 | 0.22 | 0.42 |
| Hex | 6E | 53 | 82 | F | 24 | 0 | 31 | 112 | 16 | 2A |
| Octal | 156 | 123 | 202 | 17 | 44 | 0 | 61 | 422 | 26 | 52 |
| Binary | 1101110 | 1010011 | 10000010 | 1111 | 100100 | 0 | 110001 | 100010010 | 10110 | 101010 |
Color Harmonies of #6E5382
Complementary color
Monochromatic Colors of #6E5382
Black with #6E5382
Text Example
Text Example
White with #6E5382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5382; }
p { color: rgb(110,83,130); }
H1.HeaderClassName
{
color: #6E5382;
}
.AnyTagClassName
{
color: #6E5382;
}
</style>
background-color css
<style>
a { background-color: #6E5382; }
a { background-color: rgb(110,83,130); }
div.DivClassName
{
background-color: #6E5382;
}
.BgClassName
{
background-color: #6E5382;
}
</style>
border-color css
<style>
span { border-color: #6E5382; }
span { border-color: rgb(110,83,130); }
td.TdClassName
{
border-color: #6E5382;
}
.TagClassName
{
border-color: #6E5382;
}
</style>