Shades of Affair #6F5A7C
Tints of Affair #6F5A7C
RGB
CMYK
RGB Variations
Color information
#6F5A7C (or 0x6F5A7C) is known color: Affair. HEX triplet: 6F, 5A and 7C. RGB value is (111,90,124). Sum of RGB (Red+Green+Blue) = 111+90+124=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F5A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A7C is #90A583. Grayscale: #646464. Windows color (decimal): -9479556 or 8149615. OLE color: 8149615.
HSL color Cylindrical-coordinate representation of color #6F5A7C: hue angle of 277.06º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F5A7C is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 90 | 124 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.51 |
| HSL | 277.06º | 0.16% | 0.42% | - |
| HSV(B) | 277.06º | 0.27% | 0.49% | - |
| XYZ | 13.85 | 12.15 | 20.68 | - |
| YUV | 100.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 90 | 124 | 0.10 | 0.27 | 0 | 0.51 | 277.06 | 0.16 | 0.42 |
| Hex | 6F | 5A | 7C | A | 1B | 0 | 33 | 115 | 10 | 2A |
| Octal | 157 | 132 | 174 | 12 | 33 | 0 | 63 | 425 | 20 | 52 |
| Binary | 1101111 | 1011010 | 1111100 | 1010 | 11011 | 0 | 110011 | 100010101 | 10000 | 101010 |
Color Harmonies of #6F5A7C
Complementary color
Monochromatic Colors of #6F5A7C
Black with #6F5A7C
Text Example
Text Example
White with #6F5A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5A7C; }
p { color: rgb(111,90,124); }
H1.HeaderClassName
{
color: #6F5A7C;
}
.AnyTagClassName
{
color: #6F5A7C;
}
</style>
background-color css
<style>
a { background-color: #6F5A7C; }
a { background-color: rgb(111,90,124); }
div.DivClassName
{
background-color: #6F5A7C;
}
.BgClassName
{
background-color: #6F5A7C;
}
</style>
border-color css
<style>
span { border-color: #6F5A7C; }
span { border-color: rgb(111,90,124); }
td.TdClassName
{
border-color: #6F5A7C;
}
.TagClassName
{
border-color: #6F5A7C;
}
</style>