Shades of Affair #6F5682
Tints of Affair #6F5682
RGB
CMYK
RGB Variations
Color information
#6F5682 (or 0x6F5682) is known color: Affair. HEX triplet: 6F, 56 and 82. RGB value is (111,86,130). Sum of RGB (Red+Green+Blue) = 111+86+130=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #6F5682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5682 is #90A97D. Grayscale: #626262. Windows color (decimal): -9480574 or 8541807. OLE color: 8541807.
HSL color Cylindrical-coordinate representation of color #6F5682: hue angle of 274.09º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F5682 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 86 | 130 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.49 |
| HSL | 274.09º | 0.2% | 0.42% | - |
| HSV(B) | 274.09º | 0.34% | 0.51% | - |
| XYZ | 13.91 | 11.65 | 22.63 | - |
| YUV | 98.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 130 | 0.15 | 0.34 | 0 | 0.49 | 274.09 | 0.2 | 0.42 |
| Hex | 6F | 56 | 82 | F | 22 | 0 | 31 | 112 | 14 | 2A |
| Octal | 157 | 126 | 202 | 17 | 42 | 0 | 61 | 422 | 24 | 52 |
| Binary | 1101111 | 1010110 | 10000010 | 1111 | 100010 | 0 | 110001 | 100010010 | 10100 | 101010 |
Color Harmonies of #6F5682
Complementary color
Monochromatic Colors of #6F5682
Black with #6F5682
Text Example
Text Example
White with #6F5682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5682; }
p { color: rgb(111,86,130); }
H1.HeaderClassName
{
color: #6F5682;
}
.AnyTagClassName
{
color: #6F5682;
}
</style>
background-color css
<style>
a { background-color: #6F5682; }
a { background-color: rgb(111,86,130); }
div.DivClassName
{
background-color: #6F5682;
}
.BgClassName
{
background-color: #6F5682;
}
</style>
border-color css
<style>
span { border-color: #6F5682; }
span { border-color: rgb(111,86,130); }
td.TdClassName
{
border-color: #6F5682;
}
.TagClassName
{
border-color: #6F5682;
}
</style>