Shades of Affair #6F557D
Tints of Affair #6F557D
RGB
CMYK
RGB Variations
Color information
#6F557D (or 0x6F557D) is known color: Affair. HEX triplet: 6F, 55 and 7D. RGB value is (111,85,125). Sum of RGB (Red+Green+Blue) = 111+85+125=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F557D is #90AA82. Grayscale: #616161. Windows color (decimal): -9480835 or 8213871. OLE color: 8213871.
HSL color Cylindrical-coordinate representation of color #6F557D: hue angle of 279º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F557D is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 85 | 125 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.51 |
| HSL | 279º | 0.19% | 0.41% | - |
| HSV(B) | 279º | 0.32% | 0.49% | - |
| XYZ | 13.51 | 11.36 | 20.88 | - |
| YUV | 97.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 125 | 0.11 | 0.32 | 0 | 0.51 | 279 | 0.19 | 0.41 |
| Hex | 6F | 55 | 7D | B | 20 | 0 | 33 | 117 | 13 | 29 |
| Octal | 157 | 125 | 175 | 13 | 40 | 0 | 63 | 427 | 23 | 51 |
| Binary | 1101111 | 1010101 | 1111101 | 1011 | 100000 | 0 | 110011 | 100010111 | 10011 | 101001 |
Color Harmonies of #6F557D
Complementary color
Monochromatic Colors of #6F557D
Black with #6F557D
Text Example
Text Example
White with #6F557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F557D; }
p { color: rgb(111,85,125); }
H1.HeaderClassName
{
color: #6F557D;
}
.AnyTagClassName
{
color: #6F557D;
}
</style>
background-color css
<style>
a { background-color: #6F557D; }
a { background-color: rgb(111,85,125); }
div.DivClassName
{
background-color: #6F557D;
}
.BgClassName
{
background-color: #6F557D;
}
</style>
border-color css
<style>
span { border-color: #6F557D; }
span { border-color: rgb(111,85,125); }
td.TdClassName
{
border-color: #6F557D;
}
.TagClassName
{
border-color: #6F557D;
}
</style>