Shades of Fedora #6C546D
Tints of Fedora #6C546D
RGB
CMYK
RGB Variations
Color information
#6C546D (or 0x6C546D) is known color: Fedora. HEX triplet: 6C, 54 and 6D. RGB value is (108,84,109). Sum of RGB (Red+Green+Blue) = 108+84+109=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C546D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C546D is #93AB92. Grayscale: #5D5D5D. Windows color (decimal): -9677715 or 7165036. OLE color: 7165036.
HSL color Cylindrical-coordinate representation of color #6C546D: hue angle of 297.6º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C546D is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 84 | 109 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.57 |
| HSL | 297.6º | 0.13% | 0.38% | - |
| HSV(B) | 297.6º | 0.23% | 0.43% | - |
| XYZ | 12.11 | 10.63 | 15.88 | - |
| YUV | 94.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 84 | 109 | 0.01 | 0.23 | 0 | 0.57 | 297.6 | 0.13 | 0.38 |
| Hex | 6C | 54 | 6D | 1 | 17 | 0 | 39 | 12A | D | 26 |
| Octal | 154 | 124 | 155 | 1 | 27 | 0 | 71 | 452 | 15 | 46 |
| Binary | 1101100 | 1010100 | 1101101 | 1 | 10111 | 0 | 111001 | 100101010 | 1101 | 100110 |
Color Harmonies of #6C546D
Complementary color
Monochromatic Colors of #6C546D
Black with #6C546D
Text Example
Text Example
White with #6C546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C546D; }
p { color: rgb(108,84,109); }
H1.HeaderClassName
{
color: #6C546D;
}
.AnyTagClassName
{
color: #6C546D;
}
</style>
background-color css
<style>
a { background-color: #6C546D; }
a { background-color: rgb(108,84,109); }
div.DivClassName
{
background-color: #6C546D;
}
.BgClassName
{
background-color: #6C546D;
}
</style>
border-color css
<style>
span { border-color: #6C546D; }
span { border-color: rgb(108,84,109); }
td.TdClassName
{
border-color: #6C546D;
}
.TagClassName
{
border-color: #6C546D;
}
</style>