Shades of Affair #6D468D
Tints of Affair #6D468D
RGB
CMYK
RGB Variations
Color information
#6D468D (or 0x6D468D) is known color: Affair. HEX triplet: 6D, 46 and 8D. RGB value is (109,70,141). Sum of RGB (Red+Green+Blue) = 109+70+141=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D468D is #92B972. Grayscale: #595959. Windows color (decimal): -9615731 or 9258605. OLE color: 9258605.
HSL color Cylindrical-coordinate representation of color #6D468D: hue angle of 272.96º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D468D is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 70 | 141 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.45 |
| HSL | 272.96º | 0.34% | 0.41% | - |
| HSV(B) | 272.96º | 0.5% | 0.55% | - |
| XYZ | 13.3 | 9.55 | 26.34 | - |
| YUV | 89.76 | 156.92 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 70 | 141 | 0.23 | 0.50 | 0 | 0.45 | 272.96 | 0.34 | 0.41 |
| Hex | 6D | 46 | 8D | 17 | 32 | 0 | 2D | 111 | 22 | 29 |
| Octal | 155 | 106 | 215 | 27 | 62 | 0 | 55 | 421 | 42 | 51 |
| Binary | 1101101 | 1000110 | 10001101 | 10111 | 110010 | 0 | 101101 | 100010001 | 100010 | 101001 |
Color Harmonies of #6D468D
Complementary color
Monochromatic Colors of #6D468D
Black with #6D468D
Text Example
Text Example
White with #6D468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D468D; }
p { color: rgb(109,70,141); }
H1.HeaderClassName
{
color: #6D468D;
}
.AnyTagClassName
{
color: #6D468D;
}
</style>
background-color css
<style>
a { background-color: #6D468D; }
a { background-color: rgb(109,70,141); }
div.DivClassName
{
background-color: #6D468D;
}
.BgClassName
{
background-color: #6D468D;
}
</style>
border-color css
<style>
span { border-color: #6D468D; }
span { border-color: rgb(109,70,141); }
td.TdClassName
{
border-color: #6D468D;
}
.TagClassName
{
border-color: #6D468D;
}
</style>