Shades of Fedora #64506D
Tints of Fedora #64506D
RGB
CMYK
RGB Variations
Color information
#64506D (or 0x64506D) is known color: Fedora. HEX triplet: 64, 50 and 6D. RGB value is (100,80,109). Sum of RGB (Red+Green+Blue) = 100+80+109=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 80 (31.64% from 255 or 27.68% 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 #64506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64506D is #9BAF92. Grayscale: #595959. Windows color (decimal): -10203027 or 7164004. OLE color: 7164004.
HSL color Cylindrical-coordinate representation of color #64506D: hue angle of 281.38º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64506D is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 80 | 109 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.57 |
| HSL | 281.38º | 0.15% | 0.37% | - |
| HSV(B) | 281.38º | 0.27% | 0.43% | - |
| XYZ | 10.88 | 9.55 | 15.74 | - |
| YUV | 89.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 109 | 0.08 | 0.27 | 0 | 0.57 | 281.38 | 0.15 | 0.37 |
| Hex | 64 | 50 | 6D | 8 | 1B | 0 | 39 | 119 | F | 25 |
| Octal | 144 | 120 | 155 | 10 | 33 | 0 | 71 | 431 | 17 | 45 |
| Binary | 1100100 | 1010000 | 1101101 | 1000 | 11011 | 0 | 111001 | 100011001 | 1111 | 100101 |
Color Harmonies of #64506D
Complementary color
Monochromatic Colors of #64506D
Black with #64506D
Text Example
Text Example
White with #64506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64506D; }
p { color: rgb(100,80,109); }
H1.HeaderClassName
{
color: #64506D;
}
.AnyTagClassName
{
color: #64506D;
}
</style>
background-color css
<style>
a { background-color: #64506D; }
a { background-color: rgb(100,80,109); }
div.DivClassName
{
background-color: #64506D;
}
.BgClassName
{
background-color: #64506D;
}
</style>
border-color css
<style>
span { border-color: #64506D; }
span { border-color: rgb(100,80,109); }
td.TdClassName
{
border-color: #64506D;
}
.TagClassName
{
border-color: #64506D;
}
</style>