Shades of Fedora #624E64
Tints of Fedora #624E64
RGB
CMYK
RGB Variations
Color information
#624E64 (or 0x624E64) is known color: Fedora. HEX triplet: 62, 4E and 64. RGB value is (98,78,100). Sum of RGB (Red+Green+Blue) = 98+78+100=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 100 - color contains mainly: blue. Hex color #624E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624E64 is #9DB19B. Grayscale: #565656. Windows color (decimal): -10334620 or 6573666. OLE color: 6573666.
HSL color Cylindrical-coordinate representation of color #624E64: hue angle of 294.55º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #624E64 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 78 | 100 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.61 |
| HSL | 294.55º | 0.12% | 0.35% | - |
| HSV(B) | 294.55º | 0.22% | 0.39% | - |
| XYZ | 10.06 | 8.97 | 13.26 | - |
| YUV | 86.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 100 | 0.02 | 0.22 | 0 | 0.61 | 294.55 | 0.12 | 0.35 |
| Hex | 62 | 4E | 64 | 2 | 16 | 0 | 3D | 127 | C | 23 |
| Octal | 142 | 116 | 144 | 2 | 26 | 0 | 75 | 447 | 14 | 43 |
| Binary | 1100010 | 1001110 | 1100100 | 10 | 10110 | 0 | 111101 | 100100111 | 1100 | 100011 |
Color Harmonies of #624E64
Complementary color
Monochromatic Colors of #624E64
Black with #624E64
Text Example
Text Example
White with #624E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624E64; }
p { color: rgb(98,78,100); }
H1.HeaderClassName
{
color: #624E64;
}
.AnyTagClassName
{
color: #624E64;
}
</style>
background-color css
<style>
a { background-color: #624E64; }
a { background-color: rgb(98,78,100); }
div.DivClassName
{
background-color: #624E64;
}
.BgClassName
{
background-color: #624E64;
}
</style>
border-color css
<style>
span { border-color: #624E64; }
span { border-color: rgb(98,78,100); }
td.TdClassName
{
border-color: #624E64;
}
.TagClassName
{
border-color: #624E64;
}
</style>