Shades of Affair #6F4E7D
Tints of Affair #6F4E7D
RGB
CMYK
RGB Variations
Color information
#6F4E7D (or 0x6F4E7D) is known color: Affair. HEX triplet: 6F, 4E and 7D. RGB value is (111,78,125). Sum of RGB (Red+Green+Blue) = 111+78+125=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F4E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4E7D is #90B182. Grayscale: #5D5D5D. Windows color (decimal): -9482627 or 8212079. OLE color: 8212079.
HSL color Cylindrical-coordinate representation of color #6F4E7D: hue angle of 282.13º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F4E7D is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 78 | 125 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.51 |
| HSL | 282.13º | 0.23% | 0.4% | - |
| HSV(B) | 282.13º | 0.38% | 0.49% | - |
| XYZ | 12.98 | 10.31 | 20.71 | - |
| YUV | 93.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 125 | 0.11 | 0.38 | 0 | 0.51 | 282.13 | 0.23 | 0.4 |
| Hex | 6F | 4E | 7D | B | 26 | 0 | 33 | 11A | 17 | 28 |
| Octal | 157 | 116 | 175 | 13 | 46 | 0 | 63 | 432 | 27 | 50 |
| Binary | 1101111 | 1001110 | 1111101 | 1011 | 100110 | 0 | 110011 | 100011010 | 10111 | 101000 |
Color Harmonies of #6F4E7D
Complementary color
Monochromatic Colors of #6F4E7D
Black with #6F4E7D
Text Example
Text Example
White with #6F4E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E7D; }
p { color: rgb(111,78,125); }
H1.HeaderClassName
{
color: #6F4E7D;
}
.AnyTagClassName
{
color: #6F4E7D;
}
</style>
background-color css
<style>
a { background-color: #6F4E7D; }
a { background-color: rgb(111,78,125); }
div.DivClassName
{
background-color: #6F4E7D;
}
.BgClassName
{
background-color: #6F4E7D;
}
</style>
border-color css
<style>
span { border-color: #6F4E7D; }
span { border-color: rgb(111,78,125); }
td.TdClassName
{
border-color: #6F4E7D;
}
.TagClassName
{
border-color: #6F4E7D;
}
</style>