Shades of Fedora #664E71
Tints of Fedora #664E71
RGB
CMYK
RGB Variations
Color information
#664E71 (or 0x664E71) is known color: Fedora. HEX triplet: 66, 4E and 71. RGB value is (102,78,113). Sum of RGB (Red+Green+Blue) = 102+78+113=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 113 - color contains mainly: blue. Hex color #664E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E71 is #99B18E. Grayscale: #595959. Windows color (decimal): -10072463 or 7425638. OLE color: 7425638.
HSL color Cylindrical-coordinate representation of color #664E71: hue angle of 281.14º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #664E71 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 78 | 113 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.56 |
| HSL | 281.14º | 0.18% | 0.37% | - |
| HSV(B) | 281.14º | 0.31% | 0.44% | - |
| XYZ | 11.18 | 9.47 | 16.86 | - |
| YUV | 89.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 113 | 0.10 | 0.31 | 0 | 0.56 | 281.14 | 0.18 | 0.37 |
| Hex | 66 | 4E | 71 | A | 1F | 0 | 38 | 119 | 12 | 25 |
| Octal | 146 | 116 | 161 | 12 | 37 | 0 | 70 | 431 | 22 | 45 |
| Binary | 1100110 | 1001110 | 1110001 | 1010 | 11111 | 0 | 111000 | 100011001 | 10010 | 100101 |
Color Harmonies of #664E71
Complementary color
Monochromatic Colors of #664E71
Black with #664E71
Text Example
Text Example
White with #664E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E71; }
p { color: rgb(102,78,113); }
H1.HeaderClassName
{
color: #664E71;
}
.AnyTagClassName
{
color: #664E71;
}
</style>
background-color css
<style>
a { background-color: #664E71; }
a { background-color: rgb(102,78,113); }
div.DivClassName
{
background-color: #664E71;
}
.BgClassName
{
background-color: #664E71;
}
</style>
border-color css
<style>
span { border-color: #664E71; }
span { border-color: rgb(102,78,113); }
td.TdClassName
{
border-color: #664E71;
}
.TagClassName
{
border-color: #664E71;
}
</style>