Shades of Fedora #664E6D
Tints of Fedora #664E6D
RGB
CMYK
RGB Variations
Color information
#664E6D (or 0x664E6D) is known color: Fedora. HEX triplet: 66, 4E and 6D. RGB value is (102,78,109). Sum of RGB (Red+Green+Blue) = 102+78+109=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 109 - color contains mainly: blue. Hex color #664E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E6D is #99B192. Grayscale: #585858. Windows color (decimal): -10072467 or 7163494. OLE color: 7163494.
HSL color Cylindrical-coordinate representation of color #664E6D: hue angle of 286.45º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #664E6D is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 78 | 109 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.57 |
| HSL | 286.45º | 0.17% | 0.37% | - |
| HSV(B) | 286.45º | 0.28% | 0.43% | - |
| XYZ | 10.96 | 9.38 | 15.7 | - |
| YUV | 88.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 109 | 0.06 | 0.28 | 0 | 0.57 | 286.45 | 0.17 | 0.37 |
| Hex | 66 | 4E | 6D | 6 | 1C | 0 | 39 | 11E | 11 | 25 |
| Octal | 146 | 116 | 155 | 6 | 34 | 0 | 71 | 436 | 21 | 45 |
| Binary | 1100110 | 1001110 | 1101101 | 110 | 11100 | 0 | 111001 | 100011110 | 10001 | 100101 |
Color Harmonies of #664E6D
Complementary color
Monochromatic Colors of #664E6D
Black with #664E6D
Text Example
Text Example
White with #664E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E6D; }
p { color: rgb(102,78,109); }
H1.HeaderClassName
{
color: #664E6D;
}
.AnyTagClassName
{
color: #664E6D;
}
</style>
background-color css
<style>
a { background-color: #664E6D; }
a { background-color: rgb(102,78,109); }
div.DivClassName
{
background-color: #664E6D;
}
.BgClassName
{
background-color: #664E6D;
}
</style>
border-color css
<style>
span { border-color: #664E6D; }
span { border-color: rgb(102,78,109); }
td.TdClassName
{
border-color: #664E6D;
}
.TagClassName
{
border-color: #664E6D;
}
</style>