Shades of Affair #6F587A
Tints of Affair #6F587A
RGB
CMYK
RGB Variations
Color information
#6F587A (or 0x6F587A) is known color: Affair. HEX triplet: 6F, 58 and 7A. RGB value is (111,88,122). Sum of RGB (Red+Green+Blue) = 111+88+122=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F587A is #90A785. Grayscale: #626262. Windows color (decimal): -9480070 or 8018031. OLE color: 8018031.
HSL color Cylindrical-coordinate representation of color #6F587A: hue angle of 280.59º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F587A is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 88 | 122 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.52 |
| HSL | 280.59º | 0.16% | 0.41% | - |
| HSV(B) | 280.59º | 0.28% | 0.48% | - |
| XYZ | 13.56 | 11.76 | 19.97 | - |
| YUV | 98.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 122 | 0.09 | 0.28 | 0 | 0.52 | 280.59 | 0.16 | 0.41 |
| Hex | 6F | 58 | 7A | 9 | 1C | 0 | 34 | 119 | 10 | 29 |
| Octal | 157 | 130 | 172 | 11 | 34 | 0 | 64 | 431 | 20 | 51 |
| Binary | 1101111 | 1011000 | 1111010 | 1001 | 11100 | 0 | 110100 | 100011001 | 10000 | 101001 |
Color Harmonies of #6F587A
Complementary color
Monochromatic Colors of #6F587A
Black with #6F587A
Text Example
Text Example
White with #6F587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F587A; }
p { color: rgb(111,88,122); }
H1.HeaderClassName
{
color: #6F587A;
}
.AnyTagClassName
{
color: #6F587A;
}
</style>
background-color css
<style>
a { background-color: #6F587A; }
a { background-color: rgb(111,88,122); }
div.DivClassName
{
background-color: #6F587A;
}
.BgClassName
{
background-color: #6F587A;
}
</style>
border-color css
<style>
span { border-color: #6F587A; }
span { border-color: rgb(111,88,122); }
td.TdClassName
{
border-color: #6F587A;
}
.TagClassName
{
border-color: #6F587A;
}
</style>