Shades of Affair #6D597B
Tints of Affair #6D597B
RGB
CMYK
RGB Variations
Color information
#6D597B (or 0x6D597B) is known color: Affair. HEX triplet: 6D, 59 and 7B. RGB value is (109,89,123). Sum of RGB (Red+Green+Blue) = 109+89+123=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D597B is #92A684. Grayscale: #626262. Windows color (decimal): -9610885 or 8083821. OLE color: 8083821.
HSL color Cylindrical-coordinate representation of color #6D597B: hue angle of 275.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D597B is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 89 | 123 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.52 |
| HSL | 275.29º | 0.16% | 0.42% | - |
| HSV(B) | 275.29º | 0.28% | 0.48% | - |
| XYZ | 13.45 | 11.83 | 20.31 | - |
| YUV | 98.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 123 | 0.11 | 0.28 | 0 | 0.52 | 275.29 | 0.16 | 0.42 |
| Hex | 6D | 59 | 7B | B | 1C | 0 | 34 | 113 | 10 | 2A |
| Octal | 155 | 131 | 173 | 13 | 34 | 0 | 64 | 423 | 20 | 52 |
| Binary | 1101101 | 1011001 | 1111011 | 1011 | 11100 | 0 | 110100 | 100010011 | 10000 | 101010 |
Color Harmonies of #6D597B
Complementary color
Monochromatic Colors of #6D597B
Black with #6D597B
Text Example
Text Example
White with #6D597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D597B; }
p { color: rgb(109,89,123); }
H1.HeaderClassName
{
color: #6D597B;
}
.AnyTagClassName
{
color: #6D597B;
}
</style>
background-color css
<style>
a { background-color: #6D597B; }
a { background-color: rgb(109,89,123); }
div.DivClassName
{
background-color: #6D597B;
}
.BgClassName
{
background-color: #6D597B;
}
</style>
border-color css
<style>
span { border-color: #6D597B; }
span { border-color: rgb(109,89,123); }
td.TdClassName
{
border-color: #6D597B;
}
.TagClassName
{
border-color: #6D597B;
}
</style>