Shades of Affair #6B577C
Tints of Affair #6B577C
RGB
CMYK
RGB Variations
Color information
#6B577C (or 0x6B577C) is known color: Affair. HEX triplet: 6B, 57 and 7C. RGB value is (107,87,124). Sum of RGB (Red+Green+Blue) = 107+87+124=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B577C is #94A883. Grayscale: #616161. Windows color (decimal): -9742468 or 8148843. OLE color: 8148843.
HSL color Cylindrical-coordinate representation of color #6B577C: hue angle of 272.43º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B577C is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 87 | 124 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.51 |
| HSL | 272.43º | 0.18% | 0.41% | - |
| HSV(B) | 272.43º | 0.3% | 0.49% | - |
| XYZ | 13.11 | 11.4 | 20.58 | - |
| YUV | 97.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 124 | 0.14 | 0.30 | 0 | 0.51 | 272.43 | 0.18 | 0.41 |
| Hex | 6B | 57 | 7C | E | 1E | 0 | 33 | 110 | 12 | 29 |
| Octal | 153 | 127 | 174 | 16 | 36 | 0 | 63 | 420 | 22 | 51 |
| Binary | 1101011 | 1010111 | 1111100 | 1110 | 11110 | 0 | 110011 | 100010000 | 10010 | 101001 |
Color Harmonies of #6B577C
Complementary color
Monochromatic Colors of #6B577C
Black with #6B577C
Text Example
Text Example
White with #6B577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B577C; }
p { color: rgb(107,87,124); }
H1.HeaderClassName
{
color: #6B577C;
}
.AnyTagClassName
{
color: #6B577C;
}
</style>
background-color css
<style>
a { background-color: #6B577C; }
a { background-color: rgb(107,87,124); }
div.DivClassName
{
background-color: #6B577C;
}
.BgClassName
{
background-color: #6B577C;
}
</style>
border-color css
<style>
span { border-color: #6B577C; }
span { border-color: rgb(107,87,124); }
td.TdClassName
{
border-color: #6B577C;
}
.TagClassName
{
border-color: #6B577C;
}
</style>