Shades of Affair #6F4186
Tints of Affair #6F4186
RGB
CMYK
RGB Variations
Color information
#6F4186 (or 0x6F4186) is known color: Affair. HEX triplet: 6F, 41 and 86. RGB value is (111,65,134). Sum of RGB (Red+Green+Blue) = 111+65+134=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #6F4186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4186 is #90BE79. Grayscale: #565656. Windows color (decimal): -9485946 or 8798575. OLE color: 8798575.
HSL color Cylindrical-coordinate representation of color #6F4186: hue angle of 280º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F4186 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 65 | 134 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.47 |
| HSL | 280º | 0.35% | 0.39% | - |
| HSV(B) | 280º | 0.51% | 0.53% | - |
| XYZ | 12.75 | 8.88 | 23.6 | - |
| YUV | 86.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 134 | 0.17 | 0.51 | 0 | 0.47 | 280 | 0.35 | 0.39 |
| Hex | 6F | 41 | 86 | 11 | 33 | 0 | 2F | 118 | 23 | 27 |
| Octal | 157 | 101 | 206 | 21 | 63 | 0 | 57 | 430 | 43 | 47 |
| Binary | 1101111 | 1000001 | 10000110 | 10001 | 110011 | 0 | 101111 | 100011000 | 100011 | 100111 |
Color Harmonies of #6F4186
Complementary color
Monochromatic Colors of #6F4186
Black with #6F4186
Text Example
Text Example
White with #6F4186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4186; }
p { color: rgb(111,65,134); }
H1.HeaderClassName
{
color: #6F4186;
}
.AnyTagClassName
{
color: #6F4186;
}
</style>
background-color css
<style>
a { background-color: #6F4186; }
a { background-color: rgb(111,65,134); }
div.DivClassName
{
background-color: #6F4186;
}
.BgClassName
{
background-color: #6F4186;
}
</style>
border-color css
<style>
span { border-color: #6F4186; }
span { border-color: rgb(111,65,134); }
td.TdClassName
{
border-color: #6F4186;
}
.TagClassName
{
border-color: #6F4186;
}
</style>