Shades of Fedora #66566F
Tints of Fedora #66566F
RGB
CMYK
RGB Variations
Color information
#66566F (or 0x66566F) is known color: Fedora. HEX triplet: 66, 56 and 6F. RGB value is (102,86,111). Sum of RGB (Red+Green+Blue) = 102+86+111=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 111 - color contains mainly: blue. Hex color #66566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66566F is #99A990. Grayscale: #5D5D5D. Windows color (decimal): -10070417 or 7296614. OLE color: 7296614.
HSL color Cylindrical-coordinate representation of color #66566F: hue angle of 278.4º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66566F is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 86 | 111 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.56 |
| HSL | 278.4º | 0.13% | 0.39% | - |
| HSV(B) | 278.4º | 0.23% | 0.44% | - |
| XYZ | 11.68 | 10.63 | 16.47 | - |
| YUV | 93.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 111 | 0.08 | 0.23 | 0 | 0.56 | 278.4 | 0.13 | 0.39 |
| Hex | 66 | 56 | 6F | 8 | 17 | 0 | 38 | 116 | D | 27 |
| Octal | 146 | 126 | 157 | 10 | 27 | 0 | 70 | 426 | 15 | 47 |
| Binary | 1100110 | 1010110 | 1101111 | 1000 | 10111 | 0 | 111000 | 100010110 | 1101 | 100111 |
Color Harmonies of #66566F
Complementary color
Monochromatic Colors of #66566F
Black with #66566F
Text Example
Text Example
White with #66566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66566F; }
p { color: rgb(102,86,111); }
H1.HeaderClassName
{
color: #66566F;
}
.AnyTagClassName
{
color: #66566F;
}
</style>
background-color css
<style>
a { background-color: #66566F; }
a { background-color: rgb(102,86,111); }
div.DivClassName
{
background-color: #66566F;
}
.BgClassName
{
background-color: #66566F;
}
</style>
border-color css
<style>
span { border-color: #66566F; }
span { border-color: rgb(102,86,111); }
td.TdClassName
{
border-color: #66566F;
}
.TagClassName
{
border-color: #66566F;
}
</style>