Shades of Fedora #66546D
Tints of Fedora #66546D
RGB
CMYK
RGB Variations
Color information
#66546D (or 0x66546D) is known color: Fedora. HEX triplet: 66, 54 and 6D. RGB value is (102,84,109). Sum of RGB (Red+Green+Blue) = 102+84+109=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 109 - color contains mainly: blue. Hex color #66546D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66546D is #99AB92. Grayscale: #5C5C5C. Windows color (decimal): -10070931 or 7165030. OLE color: 7165030.
HSL color Cylindrical-coordinate representation of color #66546D: hue angle of 283.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 #66546D is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 84 | 109 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.57 |
| HSL | 283.2º | 0.13% | 0.38% | - |
| HSV(B) | 283.2º | 0.23% | 0.43% | - |
| XYZ | 11.41 | 10.27 | 15.85 | - |
| YUV | 92.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 84 | 109 | 0.06 | 0.23 | 0 | 0.57 | 283.2 | 0.13 | 0.38 |
| Hex | 66 | 54 | 6D | 6 | 17 | 0 | 39 | 11B | D | 26 |
| Octal | 146 | 124 | 155 | 6 | 27 | 0 | 71 | 433 | 15 | 46 |
| Binary | 1100110 | 1010100 | 1101101 | 110 | 10111 | 0 | 111001 | 100011011 | 1101 | 100110 |
Color Harmonies of #66546D
Complementary color
Monochromatic Colors of #66546D
Black with #66546D
Text Example
Text Example
White with #66546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66546D; }
p { color: rgb(102,84,109); }
H1.HeaderClassName
{
color: #66546D;
}
.AnyTagClassName
{
color: #66546D;
}
</style>
background-color css
<style>
a { background-color: #66546D; }
a { background-color: rgb(102,84,109); }
div.DivClassName
{
background-color: #66546D;
}
.BgClassName
{
background-color: #66546D;
}
</style>
border-color css
<style>
span { border-color: #66546D; }
span { border-color: rgb(102,84,109); }
td.TdClassName
{
border-color: #66546D;
}
.TagClassName
{
border-color: #66546D;
}
</style>