Shades of Affair #6D4B88
Tints of Affair #6D4B88
RGB
CMYK
RGB Variations
Color information
#6D4B88 (or 0x6D4B88) is known color: Affair. HEX triplet: 6D, 4B and 88. RGB value is (109,75,136). Sum of RGB (Red+Green+Blue) = 109+75+136=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D4B88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4B88 is #92B477. Grayscale: #5B5B5B. Windows color (decimal): -9614456 or 8932205. OLE color: 8932205.
HSL color Cylindrical-coordinate representation of color #6D4B88: hue angle of 273.44º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D4B88 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 75 | 136 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.47 |
| HSL | 273.44º | 0.29% | 0.41% | - |
| HSV(B) | 273.44º | 0.45% | 0.53% | - |
| XYZ | 13.27 | 10.06 | 24.54 | - |
| YUV | 92.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 136 | 0.20 | 0.45 | 0 | 0.47 | 273.44 | 0.29 | 0.41 |
| Hex | 6D | 4B | 88 | 14 | 2D | 0 | 2F | 111 | 1D | 29 |
| Octal | 155 | 113 | 210 | 24 | 55 | 0 | 57 | 421 | 35 | 51 |
| Binary | 1101101 | 1001011 | 10001000 | 10100 | 101101 | 0 | 101111 | 100010001 | 11101 | 101001 |
Color Harmonies of #6D4B88
Complementary color
Monochromatic Colors of #6D4B88
Black with #6D4B88
Text Example
Text Example
White with #6D4B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4B88; }
p { color: rgb(109,75,136); }
H1.HeaderClassName
{
color: #6D4B88;
}
.AnyTagClassName
{
color: #6D4B88;
}
</style>
background-color css
<style>
a { background-color: #6D4B88; }
a { background-color: rgb(109,75,136); }
div.DivClassName
{
background-color: #6D4B88;
}
.BgClassName
{
background-color: #6D4B88;
}
</style>
border-color css
<style>
span { border-color: #6D4B88; }
span { border-color: rgb(109,75,136); }
td.TdClassName
{
border-color: #6D4B88;
}
.TagClassName
{
border-color: #6D4B88;
}
</style>