Shades of Fedora #624F6C
Tints of Fedora #624F6C
RGB
CMYK
RGB Variations
Color information
#624F6C (or 0x624F6C) is known color: Fedora. HEX triplet: 62, 4F and 6C. RGB value is (98,79,108). Sum of RGB (Red+Green+Blue) = 98+79+108=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 108 - color contains mainly: blue. Hex color #624F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624F6C is #9DB093. Grayscale: #575757. Windows color (decimal): -10334356 or 7098210. OLE color: 7098210.
HSL color Cylindrical-coordinate representation of color #624F6C: hue angle of 279.31º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #624F6C is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 79 | 108 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.58 |
| HSL | 279.31º | 0.16% | 0.37% | - |
| HSV(B) | 279.31º | 0.27% | 0.42% | - |
| XYZ | 10.54 | 9.27 | 15.42 | - |
| YUV | 87.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 108 | 0.09 | 0.27 | 0 | 0.58 | 279.31 | 0.16 | 0.37 |
| Hex | 62 | 4F | 6C | 9 | 1B | 0 | 3A | 117 | 10 | 25 |
| Octal | 142 | 117 | 154 | 11 | 33 | 0 | 72 | 427 | 20 | 45 |
| Binary | 1100010 | 1001111 | 1101100 | 1001 | 11011 | 0 | 111010 | 100010111 | 10000 | 100101 |
Color Harmonies of #624F6C
Complementary color
Monochromatic Colors of #624F6C
Black with #624F6C
Text Example
Text Example
White with #624F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F6C; }
p { color: rgb(98,79,108); }
H1.HeaderClassName
{
color: #624F6C;
}
.AnyTagClassName
{
color: #624F6C;
}
</style>
background-color css
<style>
a { background-color: #624F6C; }
a { background-color: rgb(98,79,108); }
div.DivClassName
{
background-color: #624F6C;
}
.BgClassName
{
background-color: #624F6C;
}
</style>
border-color css
<style>
span { border-color: #624F6C; }
span { border-color: rgb(98,79,108); }
td.TdClassName
{
border-color: #624F6C;
}
.TagClassName
{
border-color: #624F6C;
}
</style>