Shades of Affair #6C547E
Tints of Affair #6C547E
RGB
CMYK
RGB Variations
Color information
#6C547E (or 0x6C547E) is known color: Affair. HEX triplet: 6C, 54 and 7E. RGB value is (108,84,126). Sum of RGB (Red+Green+Blue) = 108+84+126=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 126 - color contains mainly: blue. Hex color #6C547E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C547E is #93AB81. Grayscale: #5F5F5F. Windows color (decimal): -9677698 or 8279148. OLE color: 8279148.
HSL color Cylindrical-coordinate representation of color #6C547E: hue angle of 274.29º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6C547E is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 84 | 126 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.51 |
| HSL | 274.29º | 0.2% | 0.41% | - |
| HSV(B) | 274.29º | 0.33% | 0.49% | - |
| XYZ | 13.12 | 11.04 | 21.18 | - |
| YUV | 95.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 84 | 126 | 0.14 | 0.33 | 0 | 0.51 | 274.29 | 0.2 | 0.41 |
| Hex | 6C | 54 | 7E | E | 21 | 0 | 33 | 112 | 14 | 29 |
| Octal | 154 | 124 | 176 | 16 | 41 | 0 | 63 | 422 | 24 | 51 |
| Binary | 1101100 | 1010100 | 1111110 | 1110 | 100001 | 0 | 110011 | 100010010 | 10100 | 101001 |
Color Harmonies of #6C547E
Complementary color
Monochromatic Colors of #6C547E
Black with #6C547E
Text Example
Text Example
White with #6C547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C547E; }
p { color: rgb(108,84,126); }
H1.HeaderClassName
{
color: #6C547E;
}
.AnyTagClassName
{
color: #6C547E;
}
</style>
background-color css
<style>
a { background-color: #6C547E; }
a { background-color: rgb(108,84,126); }
div.DivClassName
{
background-color: #6C547E;
}
.BgClassName
{
background-color: #6C547E;
}
</style>
border-color css
<style>
span { border-color: #6C547E; }
span { border-color: rgb(108,84,126); }
td.TdClassName
{
border-color: #6C547E;
}
.TagClassName
{
border-color: #6C547E;
}
</style>