Shades of Affair #6F4183
Tints of Affair #6F4183
RGB
CMYK
RGB Variations
Color information
#6F4183 (or 0x6F4183) is known color: Affair. HEX triplet: 6F, 41 and 83. RGB value is (111,65,131). Sum of RGB (Red+Green+Blue) = 111+65+131=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #6F4183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4183 is #90BE7C. Grayscale: #565656. Windows color (decimal): -9485949 or 8601967. OLE color: 8601967.
HSL color Cylindrical-coordinate representation of color #6F4183: hue angle of 281.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F4183 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 65 | 131 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.49 |
| HSL | 281.82º | 0.34% | 0.38% | - |
| HSV(B) | 281.82º | 0.5% | 0.51% | - |
| XYZ | 12.54 | 8.8 | 22.51 | - |
| YUV | 86.28 | 153.24 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 131 | 0.15 | 0.50 | 0 | 0.49 | 281.82 | 0.34 | 0.38 |
| Hex | 6F | 41 | 83 | F | 32 | 0 | 31 | 11A | 22 | 26 |
| Octal | 157 | 101 | 203 | 17 | 62 | 0 | 61 | 432 | 42 | 46 |
| Binary | 1101111 | 1000001 | 10000011 | 1111 | 110010 | 0 | 110001 | 100011010 | 100010 | 100110 |
Color Harmonies of #6F4183
Complementary color
Monochromatic Colors of #6F4183
Black with #6F4183
Text Example
Text Example
White with #6F4183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4183; }
p { color: rgb(111,65,131); }
H1.HeaderClassName
{
color: #6F4183;
}
.AnyTagClassName
{
color: #6F4183;
}
</style>
background-color css
<style>
a { background-color: #6F4183; }
a { background-color: rgb(111,65,131); }
div.DivClassName
{
background-color: #6F4183;
}
.BgClassName
{
background-color: #6F4183;
}
</style>
border-color css
<style>
span { border-color: #6F4183; }
span { border-color: rgb(111,65,131); }
td.TdClassName
{
border-color: #6F4183;
}
.TagClassName
{
border-color: #6F4183;
}
</style>