Shades of Fedora #66556D
Tints of Fedora #66556D
RGB
CMYK
RGB Variations
Color information
#66556D (or 0x66556D) is known color: Fedora. HEX triplet: 66, 55 and 6D. RGB value is (102,85,109). Sum of RGB (Red+Green+Blue) = 102+85+109=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 109 - color contains mainly: blue. Hex color #66556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66556D is #99AA92. Grayscale: #5C5C5C. Windows color (decimal): -10070675 or 7165286. OLE color: 7165286.
HSL color Cylindrical-coordinate representation of color #66556D: hue angle of 282.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66556D is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 85 | 109 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.57 |
| HSL | 282.5º | 0.12% | 0.38% | - |
| HSV(B) | 282.5º | 0.22% | 0.43% | - |
| XYZ | 11.49 | 10.43 | 15.87 | - |
| YUV | 92.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 109 | 0.06 | 0.22 | 0 | 0.57 | 282.5 | 0.12 | 0.38 |
| Hex | 66 | 55 | 6D | 6 | 16 | 0 | 39 | 11A | C | 26 |
| Octal | 146 | 125 | 155 | 6 | 26 | 0 | 71 | 432 | 14 | 46 |
| Binary | 1100110 | 1010101 | 1101101 | 110 | 10110 | 0 | 111001 | 100011010 | 1100 | 100110 |
Color Harmonies of #66556D
Complementary color
Monochromatic Colors of #66556D
Black with #66556D
Text Example
Text Example
White with #66556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66556D; }
p { color: rgb(102,85,109); }
H1.HeaderClassName
{
color: #66556D;
}
.AnyTagClassName
{
color: #66556D;
}
</style>
background-color css
<style>
a { background-color: #66556D; }
a { background-color: rgb(102,85,109); }
div.DivClassName
{
background-color: #66556D;
}
.BgClassName
{
background-color: #66556D;
}
</style>
border-color css
<style>
span { border-color: #66556D; }
span { border-color: rgb(102,85,109); }
td.TdClassName
{
border-color: #66556D;
}
.TagClassName
{
border-color: #66556D;
}
</style>