Shades of Fedora #664E72
Tints of Fedora #664E72
RGB
CMYK
RGB Variations
Color information
#664E72 (or 0x664E72) is known color: Fedora. HEX triplet: 66, 4E and 72. RGB value is (102,78,114). Sum of RGB (Red+Green+Blue) = 102+78+114=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #664E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E72 is #99B18D. Grayscale: #595959. Windows color (decimal): -10072462 or 7491174. OLE color: 7491174.
HSL color Cylindrical-coordinate representation of color #664E72: hue angle of 280º 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 #664E72 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 78 | 114 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.55 |
| HSL | 280º | 0.19% | 0.38% | - |
| HSV(B) | 280º | 0.32% | 0.45% | - |
| XYZ | 11.24 | 9.49 | 17.16 | - |
| YUV | 89.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 114 | 0.11 | 0.32 | 0 | 0.55 | 280 | 0.19 | 0.38 |
| Hex | 66 | 4E | 72 | B | 20 | 0 | 37 | 118 | 13 | 26 |
| Octal | 146 | 116 | 162 | 13 | 40 | 0 | 67 | 430 | 23 | 46 |
| Binary | 1100110 | 1001110 | 1110010 | 1011 | 100000 | 0 | 110111 | 100011000 | 10011 | 100110 |
Color Harmonies of #664E72
Complementary color
Monochromatic Colors of #664E72
Black with #664E72
Text Example
Text Example
White with #664E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E72; }
p { color: rgb(102,78,114); }
H1.HeaderClassName
{
color: #664E72;
}
.AnyTagClassName
{
color: #664E72;
}
</style>
background-color css
<style>
a { background-color: #664E72; }
a { background-color: rgb(102,78,114); }
div.DivClassName
{
background-color: #664E72;
}
.BgClassName
{
background-color: #664E72;
}
</style>
border-color css
<style>
span { border-color: #664E72; }
span { border-color: rgb(102,78,114); }
td.TdClassName
{
border-color: #664E72;
}
.TagClassName
{
border-color: #664E72;
}
</style>