Shades of Fedora #66556F
Tints of Fedora #66556F
RGB
CMYK
RGB Variations
Color information
#66556F (or 0x66556F) is known color: Fedora. HEX triplet: 66, 55 and 6F. RGB value is (102,85,111). Sum of RGB (Red+Green+Blue) = 102+85+111=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 111 - color contains mainly: blue. Hex color #66556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66556F is #99AA90. Grayscale: #5C5C5C. Windows color (decimal): -10070673 or 7296358. OLE color: 7296358.
HSL color Cylindrical-coordinate representation of color #66556F: hue angle of 279.23º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66556F is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 85 | 111 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.56 |
| HSL | 279.23º | 0.13% | 0.38% | - |
| HSV(B) | 279.23º | 0.23% | 0.44% | - |
| XYZ | 11.6 | 10.47 | 16.45 | - |
| YUV | 93.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 111 | 0.08 | 0.23 | 0 | 0.56 | 279.23 | 0.13 | 0.38 |
| Hex | 66 | 55 | 6F | 8 | 17 | 0 | 38 | 117 | D | 26 |
| Octal | 146 | 125 | 157 | 10 | 27 | 0 | 70 | 427 | 15 | 46 |
| Binary | 1100110 | 1010101 | 1101111 | 1000 | 10111 | 0 | 111000 | 100010111 | 1101 | 100110 |
Color Harmonies of #66556F
Complementary color
Monochromatic Colors of #66556F
Black with #66556F
Text Example
Text Example
White with #66556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66556F; }
p { color: rgb(102,85,111); }
H1.HeaderClassName
{
color: #66556F;
}
.AnyTagClassName
{
color: #66556F;
}
</style>
background-color css
<style>
a { background-color: #66556F; }
a { background-color: rgb(102,85,111); }
div.DivClassName
{
background-color: #66556F;
}
.BgClassName
{
background-color: #66556F;
}
</style>
border-color css
<style>
span { border-color: #66556F; }
span { border-color: rgb(102,85,111); }
td.TdClassName
{
border-color: #66556F;
}
.TagClassName
{
border-color: #66556F;
}
</style>