Shades of Affair #6C587B
Tints of Affair #6C587B
RGB
CMYK
RGB Variations
Color information
#6C587B (or 0x6C587B) is known color: Affair. HEX triplet: 6C, 58 and 7B. RGB value is (108,88,123). Sum of RGB (Red+Green+Blue) = 108+88+123=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 88 (34.77% from 255 or 27.59% 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 #6C587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C587B is #93A784. Grayscale: #616161. Windows color (decimal): -9676677 or 8083564. OLE color: 8083564.
HSL color Cylindrical-coordinate representation of color #6C587B: hue angle of 274.29º degrees, saturation: 0.17, 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 #6C587B is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 88 | 123 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.52 |
| HSL | 274.29º | 0.17% | 0.41% | - |
| HSV(B) | 274.29º | 0.28% | 0.48% | - |
| XYZ | 13.25 | 11.6 | 20.28 | - |
| YUV | 97.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 88 | 123 | 0.12 | 0.28 | 0 | 0.52 | 274.29 | 0.17 | 0.41 |
| Hex | 6C | 58 | 7B | C | 1C | 0 | 34 | 112 | 11 | 29 |
| Octal | 154 | 130 | 173 | 14 | 34 | 0 | 64 | 422 | 21 | 51 |
| Binary | 1101100 | 1011000 | 1111011 | 1100 | 11100 | 0 | 110100 | 100010010 | 10001 | 101001 |
Color Harmonies of #6C587B
Complementary color
Monochromatic Colors of #6C587B
Black with #6C587B
Text Example
Text Example
White with #6C587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C587B; }
p { color: rgb(108,88,123); }
H1.HeaderClassName
{
color: #6C587B;
}
.AnyTagClassName
{
color: #6C587B;
}
</style>
background-color css
<style>
a { background-color: #6C587B; }
a { background-color: rgb(108,88,123); }
div.DivClassName
{
background-color: #6C587B;
}
.BgClassName
{
background-color: #6C587B;
}
</style>
border-color css
<style>
span { border-color: #6C587B; }
span { border-color: rgb(108,88,123); }
td.TdClassName
{
border-color: #6C587B;
}
.TagClassName
{
border-color: #6C587B;
}
</style>