Shades of Fedora #664E73
Tints of Fedora #664E73
RGB
CMYK
RGB Variations
Color information
#664E73 (or 0x664E73) is known color: Fedora. HEX triplet: 66, 4E and 73. RGB value is (102,78,115). Sum of RGB (Red+Green+Blue) = 102+78+115=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #664E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E73 is #99B18C. Grayscale: #595959. Windows color (decimal): -10072461 or 7556710. OLE color: 7556710.
HSL color Cylindrical-coordinate representation of color #664E73: hue angle of 278.92º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #664E73 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 78 | 115 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.55 |
| HSL | 278.92º | 0.19% | 0.38% | - |
| HSV(B) | 278.92º | 0.32% | 0.45% | - |
| XYZ | 11.3 | 9.51 | 17.46 | - |
| YUV | 89.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 115 | 0.11 | 0.32 | 0 | 0.55 | 278.92 | 0.19 | 0.38 |
| Hex | 66 | 4E | 73 | B | 20 | 0 | 37 | 117 | 13 | 26 |
| Octal | 146 | 116 | 163 | 13 | 40 | 0 | 67 | 427 | 23 | 46 |
| Binary | 1100110 | 1001110 | 1110011 | 1011 | 100000 | 0 | 110111 | 100010111 | 10011 | 100110 |
Color Harmonies of #664E73
Complementary color
Monochromatic Colors of #664E73
Black with #664E73
Text Example
Text Example
White with #664E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E73; }
p { color: rgb(102,78,115); }
H1.HeaderClassName
{
color: #664E73;
}
.AnyTagClassName
{
color: #664E73;
}
</style>
background-color css
<style>
a { background-color: #664E73; }
a { background-color: rgb(102,78,115); }
div.DivClassName
{
background-color: #664E73;
}
.BgClassName
{
background-color: #664E73;
}
</style>
border-color css
<style>
span { border-color: #664E73; }
span { border-color: rgb(102,78,115); }
td.TdClassName
{
border-color: #664E73;
}
.TagClassName
{
border-color: #664E73;
}
</style>