Shades of Fedora #6B546D
Tints of Fedora #6B546D
RGB
CMYK
RGB Variations
Color information
#6B546D (or 0x6B546D) is known color: Fedora. HEX triplet: 6B, 54 and 6D. RGB value is (107,84,109). Sum of RGB (Red+Green+Blue) = 107+84+109=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B546D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B546D is #94AB92. Grayscale: #5D5D5D. Windows color (decimal): -9743251 or 7165035. OLE color: 7165035.
HSL color Cylindrical-coordinate representation of color #6B546D: hue angle of 295.2º 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 #6B546D is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 84 | 109 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.57 |
| HSL | 295.2º | 0.13% | 0.38% | - |
| HSV(B) | 295.2º | 0.23% | 0.43% | - |
| XYZ | 11.99 | 10.57 | 15.88 | - |
| YUV | 93.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 109 | 0.02 | 0.23 | 0 | 0.57 | 295.2 | 0.13 | 0.38 |
| Hex | 6B | 54 | 6D | 2 | 17 | 0 | 39 | 127 | D | 26 |
| Octal | 153 | 124 | 155 | 2 | 27 | 0 | 71 | 447 | 15 | 46 |
| Binary | 1101011 | 1010100 | 1101101 | 10 | 10111 | 0 | 111001 | 100100111 | 1101 | 100110 |
Color Harmonies of #6B546D
Complementary color
Monochromatic Colors of #6B546D
Black with #6B546D
Text Example
Text Example
White with #6B546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B546D; }
p { color: rgb(107,84,109); }
H1.HeaderClassName
{
color: #6B546D;
}
.AnyTagClassName
{
color: #6B546D;
}
</style>
background-color css
<style>
a { background-color: #6B546D; }
a { background-color: rgb(107,84,109); }
div.DivClassName
{
background-color: #6B546D;
}
.BgClassName
{
background-color: #6B546D;
}
</style>
border-color css
<style>
span { border-color: #6B546D; }
span { border-color: rgb(107,84,109); }
td.TdClassName
{
border-color: #6B546D;
}
.TagClassName
{
border-color: #6B546D;
}
</style>