Shades of Affair #6F4081
Tints of Affair #6F4081
RGB
CMYK
RGB Variations
Color information
#6F4081 (or 0x6F4081) is known color: Affair. HEX triplet: 6F, 40 and 81. RGB value is (111,64,129). Sum of RGB (Red+Green+Blue) = 111+64+129=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #6F4081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4081 is #90BF7E. Grayscale: #555555. Windows color (decimal): -9486207 or 8470639. OLE color: 8470639.
HSL color Cylindrical-coordinate representation of color #6F4081: hue angle of 283.38º 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 #6F4081 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 64 | 129 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.49 |
| HSL | 283.38º | 0.34% | 0.38% | - |
| HSV(B) | 283.38º | 0.5% | 0.51% | - |
| XYZ | 12.35 | 8.63 | 21.78 | - |
| YUV | 85.46 | 152.57 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 129 | 0.14 | 0.50 | 0 | 0.49 | 283.38 | 0.34 | 0.38 |
| Hex | 6F | 40 | 81 | E | 32 | 0 | 31 | 11B | 22 | 26 |
| Octal | 157 | 100 | 201 | 16 | 62 | 0 | 61 | 433 | 42 | 46 |
| Binary | 1101111 | 1000000 | 10000001 | 1110 | 110010 | 0 | 110001 | 100011011 | 100010 | 100110 |
Color Harmonies of #6F4081
Complementary color
Monochromatic Colors of #6F4081
Black with #6F4081
Text Example
Text Example
White with #6F4081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4081; }
p { color: rgb(111,64,129); }
H1.HeaderClassName
{
color: #6F4081;
}
.AnyTagClassName
{
color: #6F4081;
}
</style>
background-color css
<style>
a { background-color: #6F4081; }
a { background-color: rgb(111,64,129); }
div.DivClassName
{
background-color: #6F4081;
}
.BgClassName
{
background-color: #6F4081;
}
</style>
border-color css
<style>
span { border-color: #6F4081; }
span { border-color: rgb(111,64,129); }
td.TdClassName
{
border-color: #6F4081;
}
.TagClassName
{
border-color: #6F4081;
}
</style>