Shades of Fedora #625163
Tints of Fedora #625163
RGB
CMYK
RGB Variations
Color information
#625163 (or 0x625163) is known color: Fedora. HEX triplet: 62, 51 and 63. RGB value is (98,81,99). Sum of RGB (Red+Green+Blue) = 98+81+99=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 99 - color contains mainly: blue. Hex color #625163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625163 is #9DAE9C. Grayscale: #585858. Windows color (decimal): -10333853 or 6508898. OLE color: 6508898.
HSL color Cylindrical-coordinate representation of color #625163: hue angle of 296.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #625163 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 81 | 99 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.61 |
| HSL | 296.67º | 0.1% | 0.35% | - |
| HSV(B) | 296.67º | 0.18% | 0.39% | - |
| XYZ | 10.23 | 9.38 | 13.08 | - |
| YUV | 88.14 | 134.13 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 99 | 0.01 | 0.18 | 0 | 0.61 | 296.67 | 0.1 | 0.35 |
| Hex | 62 | 51 | 63 | 1 | 12 | 0 | 3D | 129 | A | 23 |
| Octal | 142 | 121 | 143 | 1 | 22 | 0 | 75 | 451 | 12 | 43 |
| Binary | 1100010 | 1010001 | 1100011 | 1 | 10010 | 0 | 111101 | 100101001 | 1010 | 100011 |
Color Harmonies of #625163
Complementary color
Monochromatic Colors of #625163
Black with #625163
Text Example
Text Example
White with #625163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625163; }
p { color: rgb(98,81,99); }
H1.HeaderClassName
{
color: #625163;
}
.AnyTagClassName
{
color: #625163;
}
</style>
background-color css
<style>
a { background-color: #625163; }
a { background-color: rgb(98,81,99); }
div.DivClassName
{
background-color: #625163;
}
.BgClassName
{
background-color: #625163;
}
</style>
border-color css
<style>
span { border-color: #625163; }
span { border-color: rgb(98,81,99); }
td.TdClassName
{
border-color: #625163;
}
.TagClassName
{
border-color: #625163;
}
</style>