Shades of Fedora #624767
Tints of Fedora #624767
RGB
CMYK
RGB Variations
Color information
#624767 (or 0x624767) is known color: Fedora. HEX triplet: 62, 47 and 67. RGB value is (98,71,103). Sum of RGB (Red+Green+Blue) = 98+71+103=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 103 - color contains mainly: blue. Hex color #624767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624767 is #9DB898. Grayscale: #525252. Windows color (decimal): -10336409 or 6768482. OLE color: 6768482.
HSL color Cylindrical-coordinate representation of color #624767: hue angle of 290.62º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #624767 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 71 | 103 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.60 |
| HSL | 290.63º | 0.18% | 0.34% | - |
| HSV(B) | 290.63º | 0.31% | 0.4% | - |
| XYZ | 9.74 | 8.08 | 13.88 | - |
| YUV | 82.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 71 | 103 | 0.05 | 0.31 | 0 | 0.60 | 290.63 | 0.18 | 0.34 |
| Hex | 62 | 47 | 67 | 5 | 1F | 0 | 3C | 123 | 12 | 22 |
| Octal | 142 | 107 | 147 | 5 | 37 | 0 | 74 | 443 | 22 | 42 |
| Binary | 1100010 | 1000111 | 1100111 | 101 | 11111 | 0 | 111100 | 100100011 | 10010 | 100010 |
Color Harmonies of #624767
Complementary color
Monochromatic Colors of #624767
Black with #624767
Text Example
Text Example
White with #624767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624767; }
p { color: rgb(98,71,103); }
H1.HeaderClassName
{
color: #624767;
}
.AnyTagClassName
{
color: #624767;
}
</style>
background-color css
<style>
a { background-color: #624767; }
a { background-color: rgb(98,71,103); }
div.DivClassName
{
background-color: #624767;
}
.BgClassName
{
background-color: #624767;
}
</style>
border-color css
<style>
span { border-color: #624767; }
span { border-color: rgb(98,71,103); }
td.TdClassName
{
border-color: #624767;
}
.TagClassName
{
border-color: #624767;
}
</style>