Shades of Affair #6D477B
Tints of Affair #6D477B
RGB
CMYK
RGB Variations
Color information
#6D477B (or 0x6D477B) is known color: Affair. HEX triplet: 6D, 47 and 7B. RGB value is (109,71,123). Sum of RGB (Red+Green+Blue) = 109+71+123=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D477B is #92B884. Grayscale: #585858. Windows color (decimal): -9615493 or 8079213. OLE color: 8079213.
HSL color Cylindrical-coordinate representation of color #6D477B: hue angle of 283.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D477B is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 71 | 123 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.52 |
| HSL | 283.85º | 0.27% | 0.38% | - |
| HSV(B) | 283.85º | 0.42% | 0.48% | - |
| XYZ | 12.14 | 9.19 | 19.87 | - |
| YUV | 88.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 123 | 0.11 | 0.42 | 0 | 0.52 | 283.85 | 0.27 | 0.38 |
| Hex | 6D | 47 | 7B | B | 2A | 0 | 34 | 11C | 1B | 26 |
| Octal | 155 | 107 | 173 | 13 | 52 | 0 | 64 | 434 | 33 | 46 |
| Binary | 1101101 | 1000111 | 1111011 | 1011 | 101010 | 0 | 110100 | 100011100 | 11011 | 100110 |
Color Harmonies of #6D477B
Complementary color
Monochromatic Colors of #6D477B
Black with #6D477B
Text Example
Text Example
White with #6D477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D477B; }
p { color: rgb(109,71,123); }
H1.HeaderClassName
{
color: #6D477B;
}
.AnyTagClassName
{
color: #6D477B;
}
</style>
background-color css
<style>
a { background-color: #6D477B; }
a { background-color: rgb(109,71,123); }
div.DivClassName
{
background-color: #6D477B;
}
.BgClassName
{
background-color: #6D477B;
}
</style>
border-color css
<style>
span { border-color: #6D477B; }
span { border-color: rgb(109,71,123); }
td.TdClassName
{
border-color: #6D477B;
}
.TagClassName
{
border-color: #6D477B;
}
</style>