Shades of Fedora #6A546C
Tints of Fedora #6A546C
RGB
CMYK
RGB Variations
Color information
#6A546C (or 0x6A546C) is known color: Fedora. HEX triplet: 6A, 54 and 6C. RGB value is (106,84,108). Sum of RGB (Red+Green+Blue) = 106+84+108=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 108 - color contains mainly: blue. Hex color #6A546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A546C is #95AB93. Grayscale: #5D5D5D. Windows color (decimal): -9808788 or 7099498. OLE color: 7099498.
HSL color Cylindrical-coordinate representation of color #6A546C: hue angle of 295º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A546C is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 84 | 108 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.58 |
| HSL | 295º | 0.13% | 0.38% | - |
| HSV(B) | 295º | 0.22% | 0.42% | - |
| XYZ | 11.82 | 10.49 | 15.59 | - |
| YUV | 93.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 84 | 108 | 0.02 | 0.22 | 0 | 0.58 | 295 | 0.13 | 0.38 |
| Hex | 6A | 54 | 6C | 2 | 16 | 0 | 3A | 127 | C | 26 |
| Octal | 152 | 124 | 154 | 2 | 26 | 0 | 72 | 447 | 14 | 46 |
| Binary | 1101010 | 1010100 | 1101100 | 10 | 10110 | 0 | 111010 | 100100111 | 1100 | 100110 |
Color Harmonies of #6A546C
Complementary color
Monochromatic Colors of #6A546C
Black with #6A546C
Text Example
Text Example
White with #6A546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A546C; }
p { color: rgb(106,84,108); }
H1.HeaderClassName
{
color: #6A546C;
}
.AnyTagClassName
{
color: #6A546C;
}
</style>
background-color css
<style>
a { background-color: #6A546C; }
a { background-color: rgb(106,84,108); }
div.DivClassName
{
background-color: #6A546C;
}
.BgClassName
{
background-color: #6A546C;
}
</style>
border-color css
<style>
span { border-color: #6A546C; }
span { border-color: rgb(106,84,108); }
td.TdClassName
{
border-color: #6A546C;
}
.TagClassName
{
border-color: #6A546C;
}
</style>