Shades of Affair #6F5781
Tints of Affair #6F5781
RGB
CMYK
RGB Variations
Color information
#6F5781 (or 0x6F5781) is known color: Affair. HEX triplet: 6F, 57 and 81. RGB value is (111,87,129). Sum of RGB (Red+Green+Blue) = 111+87+129=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 129 - color contains mainly: blue. Hex color #6F5781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5781 is #90A87E. Grayscale: #626262. Windows color (decimal): -9480319 or 8476527. OLE color: 8476527.
HSL color Cylindrical-coordinate representation of color #6F5781: hue angle of 274.29º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F5781 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 87 | 129 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.49 |
| HSL | 274.29º | 0.19% | 0.42% | - |
| HSV(B) | 274.29º | 0.33% | 0.51% | - |
| XYZ | 13.93 | 11.78 | 22.31 | - |
| YUV | 98.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 129 | 0.14 | 0.33 | 0 | 0.49 | 274.29 | 0.19 | 0.42 |
| Hex | 6F | 57 | 81 | E | 21 | 0 | 31 | 112 | 13 | 2A |
| Octal | 157 | 127 | 201 | 16 | 41 | 0 | 61 | 422 | 23 | 52 |
| Binary | 1101111 | 1010111 | 10000001 | 1110 | 100001 | 0 | 110001 | 100010010 | 10011 | 101010 |
Color Harmonies of #6F5781
Complementary color
Monochromatic Colors of #6F5781
Black with #6F5781
Text Example
Text Example
White with #6F5781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5781; }
p { color: rgb(111,87,129); }
H1.HeaderClassName
{
color: #6F5781;
}
.AnyTagClassName
{
color: #6F5781;
}
</style>
background-color css
<style>
a { background-color: #6F5781; }
a { background-color: rgb(111,87,129); }
div.DivClassName
{
background-color: #6F5781;
}
.BgClassName
{
background-color: #6F5781;
}
</style>
border-color css
<style>
span { border-color: #6F5781; }
span { border-color: rgb(111,87,129); }
td.TdClassName
{
border-color: #6F5781;
}
.TagClassName
{
border-color: #6F5781;
}
</style>