Shades of Affair #6B577F
Tints of Affair #6B577F
RGB
CMYK
RGB Variations
Color information
#6B577F (or 0x6B577F) is known color: Affair. HEX triplet: 6B, 57 and 7F. RGB value is (107,87,127). Sum of RGB (Red+Green+Blue) = 107+87+127=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B577F is #94A880. Grayscale: #616161. Windows color (decimal): -9742465 or 8345451. OLE color: 8345451.
HSL color Cylindrical-coordinate representation of color #6B577F: hue angle of 270º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B577F is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 87 | 127 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.50 |
| HSL | 270º | 0.19% | 0.42% | - |
| HSV(B) | 270º | 0.31% | 0.5% | - |
| XYZ | 13.3 | 11.47 | 21.59 | - |
| YUV | 97.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 127 | 0.16 | 0.31 | 0 | 0.50 | 270 | 0.19 | 0.42 |
| Hex | 6B | 57 | 7F | 10 | 1F | 0 | 32 | 10E | 13 | 2A |
| Octal | 153 | 127 | 177 | 20 | 37 | 0 | 62 | 416 | 23 | 52 |
| Binary | 1101011 | 1010111 | 1111111 | 10000 | 11111 | 0 | 110010 | 100001110 | 10011 | 101010 |
Color Harmonies of #6B577F
Complementary color
Monochromatic Colors of #6B577F
Black with #6B577F
Text Example
Text Example
White with #6B577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B577F; }
p { color: rgb(107,87,127); }
H1.HeaderClassName
{
color: #6B577F;
}
.AnyTagClassName
{
color: #6B577F;
}
</style>
background-color css
<style>
a { background-color: #6B577F; }
a { background-color: rgb(107,87,127); }
div.DivClassName
{
background-color: #6B577F;
}
.BgClassName
{
background-color: #6B577F;
}
</style>
border-color css
<style>
span { border-color: #6B577F; }
span { border-color: rgb(107,87,127); }
td.TdClassName
{
border-color: #6B577F;
}
.TagClassName
{
border-color: #6B577F;
}
</style>