Shades of Affair #6F518B
Tints of Affair #6F518B
RGB
CMYK
RGB Variations
Color information
#6F518B (or 0x6F518B) is known color: Affair. HEX triplet: 6F, 51 and 8B. RGB value is (111,81,139). Sum of RGB (Red+Green+Blue) = 111+81+139=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F518B is #90AE74. Grayscale: #606060. Windows color (decimal): -9481845 or 9130351. OLE color: 9130351.
HSL color Cylindrical-coordinate representation of color #6F518B: hue angle of 271.03º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F518B is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 81 | 139 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.45 |
| HSL | 271.03º | 0.26% | 0.43% | - |
| HSV(B) | 271.03º | 0.42% | 0.55% | - |
| XYZ | 14.16 | 11.13 | 25.83 | - |
| YUV | 96.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 81 | 139 | 0.20 | 0.42 | 0 | 0.45 | 271.03 | 0.26 | 0.43 |
| Hex | 6F | 51 | 8B | 14 | 2A | 0 | 2D | 10F | 1A | 2B |
| Octal | 157 | 121 | 213 | 24 | 52 | 0 | 55 | 417 | 32 | 53 |
| Binary | 1101111 | 1010001 | 10001011 | 10100 | 101010 | 0 | 101101 | 100001111 | 11010 | 101011 |
Color Harmonies of #6F518B
Complementary color
Monochromatic Colors of #6F518B
Black with #6F518B
Text Example
Text Example
White with #6F518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F518B; }
p { color: rgb(111,81,139); }
H1.HeaderClassName
{
color: #6F518B;
}
.AnyTagClassName
{
color: #6F518B;
}
</style>
background-color css
<style>
a { background-color: #6F518B; }
a { background-color: rgb(111,81,139); }
div.DivClassName
{
background-color: #6F518B;
}
.BgClassName
{
background-color: #6F518B;
}
</style>
border-color css
<style>
span { border-color: #6F518B; }
span { border-color: rgb(111,81,139); }
td.TdClassName
{
border-color: #6F518B;
}
.TagClassName
{
border-color: #6F518B;
}
</style>