Shades of Affair #6B587C
Tints of Affair #6B587C
RGB
CMYK
RGB Variations
Color information
#6B587C (or 0x6B587C) is known color: Affair. HEX triplet: 6B, 58 and 7C. RGB value is (107,88,124). Sum of RGB (Red+Green+Blue) = 107+88+124=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B587C is #94A783. Grayscale: #616161. Windows color (decimal): -9742212 or 8149099. OLE color: 8149099.
HSL color Cylindrical-coordinate representation of color #6B587C: hue angle of 271.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B587C is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 88 | 124 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.51 |
| HSL | 271.67º | 0.17% | 0.42% | - |
| HSV(B) | 271.67º | 0.29% | 0.49% | - |
| XYZ | 13.19 | 11.56 | 20.6 | - |
| YUV | 97.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 88 | 124 | 0.14 | 0.29 | 0 | 0.51 | 271.67 | 0.17 | 0.42 |
| Hex | 6B | 58 | 7C | E | 1D | 0 | 33 | 110 | 11 | 2A |
| Octal | 153 | 130 | 174 | 16 | 35 | 0 | 63 | 420 | 21 | 52 |
| Binary | 1101011 | 1011000 | 1111100 | 1110 | 11101 | 0 | 110011 | 100010000 | 10001 | 101010 |
Color Harmonies of #6B587C
Complementary color
Monochromatic Colors of #6B587C
Black with #6B587C
Text Example
Text Example
White with #6B587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B587C; }
p { color: rgb(107,88,124); }
H1.HeaderClassName
{
color: #6B587C;
}
.AnyTagClassName
{
color: #6B587C;
}
</style>
background-color css
<style>
a { background-color: #6B587C; }
a { background-color: rgb(107,88,124); }
div.DivClassName
{
background-color: #6B587C;
}
.BgClassName
{
background-color: #6B587C;
}
</style>
border-color css
<style>
span { border-color: #6B587C; }
span { border-color: rgb(107,88,124); }
td.TdClassName
{
border-color: #6B587C;
}
.TagClassName
{
border-color: #6B587C;
}
</style>