Shades of Fedora #66596B
Tints of Fedora #66596B
RGB
CMYK
RGB Variations
Color information
#66596B (or 0x66596B) is known color: Fedora. HEX triplet: 66, 59 and 6B. RGB value is (102,89,107). Sum of RGB (Red+Green+Blue) = 102+89+107=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 107 - color contains mainly: blue. Hex color #66596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66596B is #99A694. Grayscale: #5E5E5E. Windows color (decimal): -10069653 or 7035238. OLE color: 7035238.
HSL color Cylindrical-coordinate representation of color #66596B: hue angle of 283.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #66596B is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 89 | 107 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.58 |
| HSL | 283.33º | 0.09% | 0.38% | - |
| HSV(B) | 283.33º | 0.17% | 0.42% | - |
| XYZ | 11.71 | 11.03 | 15.42 | - |
| YUV | 94.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 107 | 0.05 | 0.17 | 0 | 0.58 | 283.33 | 0.09 | 0.38 |
| Hex | 66 | 59 | 6B | 5 | 11 | 0 | 3A | 11B | 9 | 26 |
| Octal | 146 | 131 | 153 | 5 | 21 | 0 | 72 | 433 | 11 | 46 |
| Binary | 1100110 | 1011001 | 1101011 | 101 | 10001 | 0 | 111010 | 100011011 | 1001 | 100110 |
Color Harmonies of #66596B
Complementary color
Monochromatic Colors of #66596B
Black with #66596B
Text Example
Text Example
White with #66596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66596B; }
p { color: rgb(102,89,107); }
H1.HeaderClassName
{
color: #66596B;
}
.AnyTagClassName
{
color: #66596B;
}
</style>
background-color css
<style>
a { background-color: #66596B; }
a { background-color: rgb(102,89,107); }
div.DivClassName
{
background-color: #66596B;
}
.BgClassName
{
background-color: #66596B;
}
</style>
border-color css
<style>
span { border-color: #66596B; }
span { border-color: rgb(102,89,107); }
td.TdClassName
{
border-color: #66596B;
}
.TagClassName
{
border-color: #66596B;
}
</style>