Shades of Affair #6C4978
Tints of Affair #6C4978
RGB
CMYK
RGB Variations
Color information
#6C4978 (or 0x6C4978) is known color: Affair. HEX triplet: 6C, 49 and 78. RGB value is (108,73,120). Sum of RGB (Red+Green+Blue) = 108+73+120=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C4978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4978 is #93B687. Grayscale: #585858. Windows color (decimal): -9680520 or 7883116. OLE color: 7883116.
HSL color Cylindrical-coordinate representation of color #6C4978: hue angle of 284.68º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C4978 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 73 | 120 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.53 |
| HSL | 284.68º | 0.24% | 0.38% | - |
| HSV(B) | 284.68º | 0.39% | 0.47% | - |
| XYZ | 11.96 | 9.31 | 18.94 | - |
| YUV | 88.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 73 | 120 | 0.10 | 0.39 | 0 | 0.53 | 284.68 | 0.24 | 0.38 |
| Hex | 6C | 49 | 78 | A | 27 | 0 | 35 | 11D | 18 | 26 |
| Octal | 154 | 111 | 170 | 12 | 47 | 0 | 65 | 435 | 30 | 46 |
| Binary | 1101100 | 1001001 | 1111000 | 1010 | 100111 | 0 | 110101 | 100011101 | 11000 | 100110 |
Color Harmonies of #6C4978
Complementary color
Monochromatic Colors of #6C4978
Black with #6C4978
Text Example
Text Example
White with #6C4978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4978; }
p { color: rgb(108,73,120); }
H1.HeaderClassName
{
color: #6C4978;
}
.AnyTagClassName
{
color: #6C4978;
}
</style>
background-color css
<style>
a { background-color: #6C4978; }
a { background-color: rgb(108,73,120); }
div.DivClassName
{
background-color: #6C4978;
}
.BgClassName
{
background-color: #6C4978;
}
</style>
border-color css
<style>
span { border-color: #6C4978; }
span { border-color: rgb(108,73,120); }
td.TdClassName
{
border-color: #6C4978;
}
.TagClassName
{
border-color: #6C4978;
}
</style>