Shades of Fedora #664D71
Tints of Fedora #664D71
RGB
CMYK
RGB Variations
Color information
#664D71 (or 0x664D71) is known color: Fedora. HEX triplet: 66, 4D and 71. RGB value is (102,77,113). Sum of RGB (Red+Green+Blue) = 102+77+113=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #664D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D71 is #99B28E. Grayscale: #585858. Windows color (decimal): -10072719 or 7425382. OLE color: 7425382.
HSL color Cylindrical-coordinate representation of color #664D71: hue angle of 281.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #664D71 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 77 | 113 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.56 |
| HSL | 281.67º | 0.19% | 0.37% | - |
| HSV(B) | 281.67º | 0.32% | 0.44% | - |
| XYZ | 11.11 | 9.32 | 16.84 | - |
| YUV | 88.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 113 | 0.10 | 0.32 | 0 | 0.56 | 281.67 | 0.19 | 0.37 |
| Hex | 66 | 4D | 71 | A | 20 | 0 | 38 | 11A | 13 | 25 |
| Octal | 146 | 115 | 161 | 12 | 40 | 0 | 70 | 432 | 23 | 45 |
| Binary | 1100110 | 1001101 | 1110001 | 1010 | 100000 | 0 | 111000 | 100011010 | 10011 | 100101 |
Color Harmonies of #664D71
Complementary color
Monochromatic Colors of #664D71
Black with #664D71
Text Example
Text Example
White with #664D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664D71; }
p { color: rgb(102,77,113); }
H1.HeaderClassName
{
color: #664D71;
}
.AnyTagClassName
{
color: #664D71;
}
</style>
background-color css
<style>
a { background-color: #664D71; }
a { background-color: rgb(102,77,113); }
div.DivClassName
{
background-color: #664D71;
}
.BgClassName
{
background-color: #664D71;
}
</style>
border-color css
<style>
span { border-color: #664D71; }
span { border-color: rgb(102,77,113); }
td.TdClassName
{
border-color: #664D71;
}
.TagClassName
{
border-color: #664D71;
}
</style>