Shades of Affair #6C477B
Tints of Affair #6C477B
RGB
CMYK
RGB Variations
Color information
#6C477B (or 0x6C477B) is known color: Affair. HEX triplet: 6C, 47 and 7B. RGB value is (108,71,123). Sum of RGB (Red+Green+Blue) = 108+71+123=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #6C477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C477B is #93B884. Grayscale: #575757. Windows color (decimal): -9681029 or 8079212. OLE color: 8079212.
HSL color Cylindrical-coordinate representation of color #6C477B: hue angle of 282.69º 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 #6C477B is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 71 | 123 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.52 |
| HSL | 282.69º | 0.27% | 0.38% | - |
| HSV(B) | 282.69º | 0.42% | 0.48% | - |
| XYZ | 12.01 | 9.12 | 19.87 | - |
| YUV | 87.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 123 | 0.12 | 0.42 | 0 | 0.52 | 282.69 | 0.27 | 0.38 |
| Hex | 6C | 47 | 7B | C | 2A | 0 | 34 | 11B | 1B | 26 |
| Octal | 154 | 107 | 173 | 14 | 52 | 0 | 64 | 433 | 33 | 46 |
| Binary | 1101100 | 1000111 | 1111011 | 1100 | 101010 | 0 | 110100 | 100011011 | 11011 | 100110 |
Color Harmonies of #6C477B
Complementary color
Monochromatic Colors of #6C477B
Black with #6C477B
Text Example
Text Example
White with #6C477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C477B; }
p { color: rgb(108,71,123); }
H1.HeaderClassName
{
color: #6C477B;
}
.AnyTagClassName
{
color: #6C477B;
}
</style>
background-color css
<style>
a { background-color: #6C477B; }
a { background-color: rgb(108,71,123); }
div.DivClassName
{
background-color: #6C477B;
}
.BgClassName
{
background-color: #6C477B;
}
</style>
border-color css
<style>
span { border-color: #6C477B; }
span { border-color: rgb(108,71,123); }
td.TdClassName
{
border-color: #6C477B;
}
.TagClassName
{
border-color: #6C477B;
}
</style>