Shades of Affair #6B547A
Tints of Affair #6B547A
RGB
CMYK
RGB Variations
Color information
#6B547A (or 0x6B547A) is known color: Affair. HEX triplet: 6B, 54 and 7A. RGB value is (107,84,122). Sum of RGB (Red+Green+Blue) = 107+84+122=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B547A is #94AB85. Grayscale: #5F5F5F. Windows color (decimal): -9743238 or 8017003. OLE color: 8017003.
HSL color Cylindrical-coordinate representation of color #6B547A: hue angle of 276.32º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B547A is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 84 | 122 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.52 |
| HSL | 276.32º | 0.18% | 0.4% | - |
| HSV(B) | 276.32º | 0.31% | 0.48% | - |
| XYZ | 12.75 | 10.87 | 19.84 | - |
| YUV | 95.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 122 | 0.12 | 0.31 | 0 | 0.52 | 276.32 | 0.18 | 0.4 |
| Hex | 6B | 54 | 7A | C | 1F | 0 | 34 | 114 | 12 | 28 |
| Octal | 153 | 124 | 172 | 14 | 37 | 0 | 64 | 424 | 22 | 50 |
| Binary | 1101011 | 1010100 | 1111010 | 1100 | 11111 | 0 | 110100 | 100010100 | 10010 | 101000 |
Color Harmonies of #6B547A
Complementary color
Monochromatic Colors of #6B547A
Black with #6B547A
Text Example
Text Example
White with #6B547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B547A; }
p { color: rgb(107,84,122); }
H1.HeaderClassName
{
color: #6B547A;
}
.AnyTagClassName
{
color: #6B547A;
}
</style>
background-color css
<style>
a { background-color: #6B547A; }
a { background-color: rgb(107,84,122); }
div.DivClassName
{
background-color: #6B547A;
}
.BgClassName
{
background-color: #6B547A;
}
</style>
border-color css
<style>
span { border-color: #6B547A; }
span { border-color: rgb(107,84,122); }
td.TdClassName
{
border-color: #6B547A;
}
.TagClassName
{
border-color: #6B547A;
}
</style>