Shades of Affair #6A477C
Tints of Affair #6A477C
RGB
CMYK
RGB Variations
Color information
#6A477C (or 0x6A477C) is known color: Affair. HEX triplet: 6A, 47 and 7C. RGB value is (106,71,124). Sum of RGB (Red+Green+Blue) = 106+71+124=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A477C is #95B883. Grayscale: #575757. Windows color (decimal): -9812100 or 8144746. OLE color: 8144746.
HSL color Cylindrical-coordinate representation of color #6A477C: hue angle of 279.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A477C is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 71 | 124 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.51 |
| HSL | 279.62º | 0.27% | 0.38% | - |
| HSV(B) | 279.62º | 0.43% | 0.49% | - |
| XYZ | 11.84 | 9.03 | 20.19 | - |
| YUV | 87.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 71 | 124 | 0.15 | 0.43 | 0 | 0.51 | 279.62 | 0.27 | 0.38 |
| Hex | 6A | 47 | 7C | F | 2B | 0 | 33 | 118 | 1B | 26 |
| Octal | 152 | 107 | 174 | 17 | 53 | 0 | 63 | 430 | 33 | 46 |
| Binary | 1101010 | 1000111 | 1111100 | 1111 | 101011 | 0 | 110011 | 100011000 | 11011 | 100110 |
Color Harmonies of #6A477C
Complementary color
Monochromatic Colors of #6A477C
Black with #6A477C
Text Example
Text Example
White with #6A477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A477C; }
p { color: rgb(106,71,124); }
H1.HeaderClassName
{
color: #6A477C;
}
.AnyTagClassName
{
color: #6A477C;
}
</style>
background-color css
<style>
a { background-color: #6A477C; }
a { background-color: rgb(106,71,124); }
div.DivClassName
{
background-color: #6A477C;
}
.BgClassName
{
background-color: #6A477C;
}
</style>
border-color css
<style>
span { border-color: #6A477C; }
span { border-color: rgb(106,71,124); }
td.TdClassName
{
border-color: #6A477C;
}
.TagClassName
{
border-color: #6A477C;
}
</style>