Shades of Fedora #624A65
Tints of Fedora #624A65
RGB
CMYK
RGB Variations
Color information
#624A65 (or 0x624A65) is known color: Fedora. HEX triplet: 62, 4A and 65. RGB value is (98,74,101). Sum of RGB (Red+Green+Blue) = 98+74+101=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: blue. Hex color #624A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624A65 is #9DB59A. Grayscale: #545454. Windows color (decimal): -10335643 or 6638178. OLE color: 6638178.
HSL color Cylindrical-coordinate representation of color #624A65: hue angle of 293.33º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #624A65 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 74 | 101 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.60 |
| HSL | 293.33º | 0.15% | 0.34% | - |
| HSV(B) | 293.33º | 0.27% | 0.4% | - |
| XYZ | 9.83 | 8.43 | 13.42 | - |
| YUV | 84.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 101 | 0.03 | 0.27 | 0 | 0.60 | 293.33 | 0.15 | 0.34 |
| Hex | 62 | 4A | 65 | 3 | 1B | 0 | 3C | 125 | F | 22 |
| Octal | 142 | 112 | 145 | 3 | 33 | 0 | 74 | 445 | 17 | 42 |
| Binary | 1100010 | 1001010 | 1100101 | 11 | 11011 | 0 | 111100 | 100100101 | 1111 | 100010 |
Color Harmonies of #624A65
Complementary color
Monochromatic Colors of #624A65
Black with #624A65
Text Example
Text Example
White with #624A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A65; }
p { color: rgb(98,74,101); }
H1.HeaderClassName
{
color: #624A65;
}
.AnyTagClassName
{
color: #624A65;
}
</style>
background-color css
<style>
a { background-color: #624A65; }
a { background-color: rgb(98,74,101); }
div.DivClassName
{
background-color: #624A65;
}
.BgClassName
{
background-color: #624A65;
}
</style>
border-color css
<style>
span { border-color: #624A65; }
span { border-color: rgb(98,74,101); }
td.TdClassName
{
border-color: #624A65;
}
.TagClassName
{
border-color: #624A65;
}
</style>