Shades of Affair #6D468C
Tints of Affair #6D468C
RGB
CMYK
RGB Variations
Color information
#6D468C (or 0x6D468C) is known color: Affair. HEX triplet: 6D, 46 and 8C. RGB value is (109,70,140). Sum of RGB (Red+Green+Blue) = 109+70+140=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D468C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D468C is #92B973. Grayscale: #595959. Windows color (decimal): -9615732 or 9193069. OLE color: 9193069.
HSL color Cylindrical-coordinate representation of color #6D468C: hue angle of 273.43º degrees, saturation: 0.33, 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 #6D468C is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 70 | 140 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.45 |
| HSL | 273.43º | 0.33% | 0.41% | - |
| HSV(B) | 273.43º | 0.5% | 0.55% | - |
| XYZ | 13.23 | 9.52 | 25.95 | - |
| YUV | 89.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 70 | 140 | 0.22 | 0.50 | 0 | 0.45 | 273.43 | 0.33 | 0.41 |
| Hex | 6D | 46 | 8C | 16 | 32 | 0 | 2D | 111 | 21 | 29 |
| Octal | 155 | 106 | 214 | 26 | 62 | 0 | 55 | 421 | 41 | 51 |
| Binary | 1101101 | 1000110 | 10001100 | 10110 | 110010 | 0 | 101101 | 100010001 | 100001 | 101001 |
Color Harmonies of #6D468C
Complementary color
Monochromatic Colors of #6D468C
Black with #6D468C
Text Example
Text Example
White with #6D468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D468C; }
p { color: rgb(109,70,140); }
H1.HeaderClassName
{
color: #6D468C;
}
.AnyTagClassName
{
color: #6D468C;
}
</style>
background-color css
<style>
a { background-color: #6D468C; }
a { background-color: rgb(109,70,140); }
div.DivClassName
{
background-color: #6D468C;
}
.BgClassName
{
background-color: #6D468C;
}
</style>
border-color css
<style>
span { border-color: #6D468C; }
span { border-color: rgb(109,70,140); }
td.TdClassName
{
border-color: #6D468C;
}
.TagClassName
{
border-color: #6D468C;
}
</style>