Shades of Affair #6F4A8A
Tints of Affair #6F4A8A
RGB
CMYK
RGB Variations
Color information
#6F4A8A (or 0x6F4A8A) is known color: Affair. HEX triplet: 6F, 4A and 8A. RGB value is (111,74,138). Sum of RGB (Red+Green+Blue) = 111+74+138=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F4A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4A8A is #90B575. Grayscale: #5C5C5C. Windows color (decimal): -9483638 or 9063023. OLE color: 9063023.
HSL color Cylindrical-coordinate representation of color #6F4A8A: hue angle of 274.69º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F4A8A is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 74 | 138 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.46 |
| HSL | 274.69º | 0.3% | 0.42% | - |
| HSV(B) | 274.69º | 0.46% | 0.54% | - |
| XYZ | 13.59 | 10.11 | 25.28 | - |
| YUV | 92.36 | 153.76 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 74 | 138 | 0.20 | 0.46 | 0 | 0.46 | 274.69 | 0.3 | 0.42 |
| Hex | 6F | 4A | 8A | 14 | 2E | 0 | 2E | 113 | 1E | 2A |
| Octal | 157 | 112 | 212 | 24 | 56 | 0 | 56 | 423 | 36 | 52 |
| Binary | 1101111 | 1001010 | 10001010 | 10100 | 101110 | 0 | 101110 | 100010011 | 11110 | 101010 |
Color Harmonies of #6F4A8A
Complementary color
Monochromatic Colors of #6F4A8A
Black with #6F4A8A
Text Example
Text Example
White with #6F4A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4A8A; }
p { color: rgb(111,74,138); }
H1.HeaderClassName
{
color: #6F4A8A;
}
.AnyTagClassName
{
color: #6F4A8A;
}
</style>
background-color css
<style>
a { background-color: #6F4A8A; }
a { background-color: rgb(111,74,138); }
div.DivClassName
{
background-color: #6F4A8A;
}
.BgClassName
{
background-color: #6F4A8A;
}
</style>
border-color css
<style>
span { border-color: #6F4A8A; }
span { border-color: rgb(111,74,138); }
td.TdClassName
{
border-color: #6F4A8A;
}
.TagClassName
{
border-color: #6F4A8A;
}
</style>