Shades of Affair #6D487B
Tints of Affair #6D487B
RGB
CMYK
RGB Variations
Color information
#6D487B (or 0x6D487B) is known color: Affair. HEX triplet: 6D, 48 and 7B. RGB value is (109,72,123). Sum of RGB (Red+Green+Blue) = 109+72+123=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D487B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D487B is #92B784. Grayscale: #585858. Windows color (decimal): -9615237 or 8079469. OLE color: 8079469.
HSL color Cylindrical-coordinate representation of color #6D487B: hue angle of 283.53º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D487B is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 72 | 123 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.52 |
| HSL | 283.53º | 0.26% | 0.38% | - |
| HSV(B) | 283.53º | 0.41% | 0.48% | - |
| XYZ | 12.2 | 9.32 | 19.89 | - |
| YUV | 88.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 123 | 0.11 | 0.41 | 0 | 0.52 | 283.53 | 0.26 | 0.38 |
| Hex | 6D | 48 | 7B | B | 29 | 0 | 34 | 11C | 1A | 26 |
| Octal | 155 | 110 | 173 | 13 | 51 | 0 | 64 | 434 | 32 | 46 |
| Binary | 1101101 | 1001000 | 1111011 | 1011 | 101001 | 0 | 110100 | 100011100 | 11010 | 100110 |
Color Harmonies of #6D487B
Complementary color
Monochromatic Colors of #6D487B
Black with #6D487B
Text Example
Text Example
White with #6D487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D487B; }
p { color: rgb(109,72,123); }
H1.HeaderClassName
{
color: #6D487B;
}
.AnyTagClassName
{
color: #6D487B;
}
</style>
background-color css
<style>
a { background-color: #6D487B; }
a { background-color: rgb(109,72,123); }
div.DivClassName
{
background-color: #6D487B;
}
.BgClassName
{
background-color: #6D487B;
}
</style>
border-color css
<style>
span { border-color: #6D487B; }
span { border-color: rgb(109,72,123); }
td.TdClassName
{
border-color: #6D487B;
}
.TagClassName
{
border-color: #6D487B;
}
</style>