Shades of Affair #6F4F76
Tints of Affair #6F4F76
RGB
CMYK
RGB Variations
Color information
#6F4F76 (or 0x6F4F76) is known color: Affair. HEX triplet: 6F, 4F and 76. RGB value is (111,79,118). Sum of RGB (Red+Green+Blue) = 111+79+118=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F4F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4F76 is #90B089. Grayscale: #5C5C5C. Windows color (decimal): -9482378 or 7753583. OLE color: 7753583.
HSL color Cylindrical-coordinate representation of color #6F4F76: hue angle of 289.23º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F4F76 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 79 | 118 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.54 |
| HSL | 289.23º | 0.2% | 0.39% | - |
| HSV(B) | 289.23º | 0.33% | 0.46% | - |
| XYZ | 12.62 | 10.28 | 18.46 | - |
| YUV | 93.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 79 | 118 | 0.06 | 0.33 | 0 | 0.54 | 289.23 | 0.2 | 0.39 |
| Hex | 6F | 4F | 76 | 6 | 21 | 0 | 36 | 121 | 14 | 27 |
| Octal | 157 | 117 | 166 | 6 | 41 | 0 | 66 | 441 | 24 | 47 |
| Binary | 1101111 | 1001111 | 1110110 | 110 | 100001 | 0 | 110110 | 100100001 | 10100 | 100111 |
Color Harmonies of #6F4F76
Complementary color
Monochromatic Colors of #6F4F76
Black with #6F4F76
Text Example
Text Example
White with #6F4F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4F76; }
p { color: rgb(111,79,118); }
H1.HeaderClassName
{
color: #6F4F76;
}
.AnyTagClassName
{
color: #6F4F76;
}
</style>
background-color css
<style>
a { background-color: #6F4F76; }
a { background-color: rgb(111,79,118); }
div.DivClassName
{
background-color: #6F4F76;
}
.BgClassName
{
background-color: #6F4F76;
}
</style>
border-color css
<style>
span { border-color: #6F4F76; }
span { border-color: rgb(111,79,118); }
td.TdClassName
{
border-color: #6F4F76;
}
.TagClassName
{
border-color: #6F4F76;
}
</style>