Shades of Affair #6F4E7B
Tints of Affair #6F4E7B
RGB
CMYK
RGB Variations
Color information
#6F4E7B (or 0x6F4E7B) is known color: Affair. HEX triplet: 6F, 4E and 7B. RGB value is (111,78,123). Sum of RGB (Red+Green+Blue) = 111+78+123=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F4E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4E7B is #90B184. Grayscale: #5C5C5C. Windows color (decimal): -9482629 or 8081007. OLE color: 8081007.
HSL color Cylindrical-coordinate representation of color #6F4E7B: hue angle of 284º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F4E7B is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 78 | 123 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.52 |
| HSL | 284º | 0.22% | 0.39% | - |
| HSV(B) | 284º | 0.37% | 0.48% | - |
| XYZ | 12.86 | 10.26 | 20.04 | - |
| YUV | 93 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 123 | 0.10 | 0.37 | 0 | 0.52 | 284 | 0.22 | 0.39 |
| Hex | 6F | 4E | 7B | A | 25 | 0 | 34 | 11C | 16 | 27 |
| Octal | 157 | 116 | 173 | 12 | 45 | 0 | 64 | 434 | 26 | 47 |
| Binary | 1101111 | 1001110 | 1111011 | 1010 | 100101 | 0 | 110100 | 100011100 | 10110 | 100111 |
Color Harmonies of #6F4E7B
Complementary color
Monochromatic Colors of #6F4E7B
Black with #6F4E7B
Text Example
Text Example
White with #6F4E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E7B; }
p { color: rgb(111,78,123); }
H1.HeaderClassName
{
color: #6F4E7B;
}
.AnyTagClassName
{
color: #6F4E7B;
}
</style>
background-color css
<style>
a { background-color: #6F4E7B; }
a { background-color: rgb(111,78,123); }
div.DivClassName
{
background-color: #6F4E7B;
}
.BgClassName
{
background-color: #6F4E7B;
}
</style>
border-color css
<style>
span { border-color: #6F4E7B; }
span { border-color: rgb(111,78,123); }
td.TdClassName
{
border-color: #6F4E7B;
}
.TagClassName
{
border-color: #6F4E7B;
}
</style>