Shades of Affair #6F557B
Tints of Affair #6F557B
RGB
CMYK
RGB Variations
Color information
#6F557B (or 0x6F557B) is known color: Affair. HEX triplet: 6F, 55 and 7B. RGB value is (111,85,123). Sum of RGB (Red+Green+Blue) = 111+85+123=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F557B is #90AA84. Grayscale: #606060. Windows color (decimal): -9480837 or 8082799. OLE color: 8082799.
HSL color Cylindrical-coordinate representation of color #6F557B: hue angle of 281.05º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F557B is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 85 | 123 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.52 |
| HSL | 281.05º | 0.18% | 0.41% | - |
| HSV(B) | 281.05º | 0.31% | 0.48% | - |
| XYZ | 13.38 | 11.31 | 20.22 | - |
| YUV | 97.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 123 | 0.10 | 0.31 | 0 | 0.52 | 281.05 | 0.18 | 0.41 |
| Hex | 6F | 55 | 7B | A | 1F | 0 | 34 | 119 | 12 | 29 |
| Octal | 157 | 125 | 173 | 12 | 37 | 0 | 64 | 431 | 22 | 51 |
| Binary | 1101111 | 1010101 | 1111011 | 1010 | 11111 | 0 | 110100 | 100011001 | 10010 | 101001 |
Color Harmonies of #6F557B
Complementary color
Monochromatic Colors of #6F557B
Black with #6F557B
Text Example
Text Example
White with #6F557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F557B; }
p { color: rgb(111,85,123); }
H1.HeaderClassName
{
color: #6F557B;
}
.AnyTagClassName
{
color: #6F557B;
}
</style>
background-color css
<style>
a { background-color: #6F557B; }
a { background-color: rgb(111,85,123); }
div.DivClassName
{
background-color: #6F557B;
}
.BgClassName
{
background-color: #6F557B;
}
</style>
border-color css
<style>
span { border-color: #6F557B; }
span { border-color: rgb(111,85,123); }
td.TdClassName
{
border-color: #6F557B;
}
.TagClassName
{
border-color: #6F557B;
}
</style>