Shades of Affair #6F4180
Tints of Affair #6F4180
RGB
CMYK
RGB Variations
Color information
#6F4180 (or 0x6F4180) is known color: Affair. HEX triplet: 6F, 41 and 80. RGB value is (111,65,128). Sum of RGB (Red+Green+Blue) = 111+65+128=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #6F4180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4180 is #90BE7F. Grayscale: #555555. Windows color (decimal): -9485952 or 8405359. OLE color: 8405359.
HSL color Cylindrical-coordinate representation of color #6F4180: hue angle of 283.81º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F4180 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 65 | 128 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.50 |
| HSL | 283.81º | 0.33% | 0.38% | - |
| HSV(B) | 283.81º | 0.49% | 0.5% | - |
| XYZ | 12.34 | 8.72 | 21.45 | - |
| YUV | 85.94 | 151.74 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 128 | 0.13 | 0.49 | 0 | 0.50 | 283.81 | 0.33 | 0.38 |
| Hex | 6F | 41 | 80 | D | 31 | 0 | 32 | 11C | 21 | 26 |
| Octal | 157 | 101 | 200 | 15 | 61 | 0 | 62 | 434 | 41 | 46 |
| Binary | 1101111 | 1000001 | 10000000 | 1101 | 110001 | 0 | 110010 | 100011100 | 100001 | 100110 |
Color Harmonies of #6F4180
Complementary color
Monochromatic Colors of #6F4180
Black with #6F4180
Text Example
Text Example
White with #6F4180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4180; }
p { color: rgb(111,65,128); }
H1.HeaderClassName
{
color: #6F4180;
}
.AnyTagClassName
{
color: #6F4180;
}
</style>
background-color css
<style>
a { background-color: #6F4180; }
a { background-color: rgb(111,65,128); }
div.DivClassName
{
background-color: #6F4180;
}
.BgClassName
{
background-color: #6F4180;
}
</style>
border-color css
<style>
span { border-color: #6F4180; }
span { border-color: rgb(111,65,128); }
td.TdClassName
{
border-color: #6F4180;
}
.TagClassName
{
border-color: #6F4180;
}
</style>