Shades of Affair #6A5078
Tints of Affair #6A5078
RGB
CMYK
RGB Variations
Color information
#6A5078 (or 0x6A5078) is known color: Affair. HEX triplet: 6A, 50 and 78. RGB value is (106,80,120). Sum of RGB (Red+Green+Blue) = 106+80+120=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A5078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5078 is #95AF87. Grayscale: #5C5C5C. Windows color (decimal): -9809800 or 7884906. OLE color: 7884906.
HSL color Cylindrical-coordinate representation of color #6A5078: hue angle of 279º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A5078 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 80 | 120 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.53 |
| HSL | 279º | 0.2% | 0.39% | - |
| HSV(B) | 279º | 0.33% | 0.47% | - |
| XYZ | 12.2 | 10.16 | 19.09 | - |
| YUV | 92.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 80 | 120 | 0.12 | 0.33 | 0 | 0.53 | 279 | 0.2 | 0.39 |
| Hex | 6A | 50 | 78 | C | 21 | 0 | 35 | 117 | 14 | 27 |
| Octal | 152 | 120 | 170 | 14 | 41 | 0 | 65 | 427 | 24 | 47 |
| Binary | 1101010 | 1010000 | 1111000 | 1100 | 100001 | 0 | 110101 | 100010111 | 10100 | 100111 |
Color Harmonies of #6A5078
Complementary color
Monochromatic Colors of #6A5078
Black with #6A5078
Text Example
Text Example
White with #6A5078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5078; }
p { color: rgb(106,80,120); }
H1.HeaderClassName
{
color: #6A5078;
}
.AnyTagClassName
{
color: #6A5078;
}
</style>
background-color css
<style>
a { background-color: #6A5078; }
a { background-color: rgb(106,80,120); }
div.DivClassName
{
background-color: #6A5078;
}
.BgClassName
{
background-color: #6A5078;
}
</style>
border-color css
<style>
span { border-color: #6A5078; }
span { border-color: rgb(106,80,120); }
td.TdClassName
{
border-color: #6A5078;
}
.TagClassName
{
border-color: #6A5078;
}
</style>