Shades of Fedora #624F67
Tints of Fedora #624F67
RGB
CMYK
RGB Variations
Color information
#624F67 (or 0x624F67) is known color: Fedora. HEX triplet: 62, 4F and 67. RGB value is (98,79,103). Sum of RGB (Red+Green+Blue) = 98+79+103=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 103 - color contains mainly: blue. Hex color #624F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624F67 is #9DB098. Grayscale: #575757. Windows color (decimal): -10334361 or 6770530. OLE color: 6770530.
HSL color Cylindrical-coordinate representation of color #624F67: hue angle of 287.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #624F67 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 79 | 103 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.60 |
| HSL | 287.5º | 0.13% | 0.36% | - |
| HSV(B) | 287.5º | 0.23% | 0.4% | - |
| XYZ | 10.28 | 9.17 | 14.06 | - |
| YUV | 87.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 103 | 0.05 | 0.23 | 0 | 0.60 | 287.5 | 0.13 | 0.36 |
| Hex | 62 | 4F | 67 | 5 | 17 | 0 | 3C | 120 | D | 24 |
| Octal | 142 | 117 | 147 | 5 | 27 | 0 | 74 | 440 | 15 | 44 |
| Binary | 1100010 | 1001111 | 1100111 | 101 | 10111 | 0 | 111100 | 100100000 | 1101 | 100100 |
Color Harmonies of #624F67
Complementary color
Monochromatic Colors of #624F67
Black with #624F67
Text Example
Text Example
White with #624F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F67; }
p { color: rgb(98,79,103); }
H1.HeaderClassName
{
color: #624F67;
}
.AnyTagClassName
{
color: #624F67;
}
</style>
background-color css
<style>
a { background-color: #624F67; }
a { background-color: rgb(98,79,103); }
div.DivClassName
{
background-color: #624F67;
}
.BgClassName
{
background-color: #624F67;
}
</style>
border-color css
<style>
span { border-color: #624F67; }
span { border-color: rgb(98,79,103); }
td.TdClassName
{
border-color: #624F67;
}
.TagClassName
{
border-color: #624F67;
}
</style>