Shades of Fedora #625166
Tints of Fedora #625166
RGB
CMYK
RGB Variations
Color information
#625166 (or 0x625166) is known color: Fedora. HEX triplet: 62, 51 and 66. RGB value is (98,81,102). Sum of RGB (Red+Green+Blue) = 98+81+102=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 102 - color contains mainly: blue. Hex color #625166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625166 is #9DAE99. Grayscale: #585858. Windows color (decimal): -10333850 or 6705506. OLE color: 6705506.
HSL color Cylindrical-coordinate representation of color #625166: hue angle of 288.57º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #625166 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 98 | 81 | 102 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.6 |
| HSL | 288.57º | 0.11% | 0.36% | - |
| HSV(B) | 288.57º | 0.21% | 0.4% | - |
| XYZ | 10.38 | 9.44 | 13.85 | - |
| YUV | 88.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 102 | 0.04 | 0.21 | 0 | 0.6 | 288.57 | 0.11 | 0.36 |
| Hex | 62 | 51 | 66 | 4 | 15 | 0 | 3C | 121 | B | 24 |
| Octal | 142 | 121 | 146 | 4 | 25 | 0 | 74 | 441 | 13 | 44 |
| Binary | 1100010 | 1010001 | 1100110 | 100 | 10101 | 0 | 111100 | 100100001 | 1011 | 100100 |
Color Harmonies of #625166
Complementary color
Monochromatic Colors of #625166
Black with #625166
Text Example
Text Example
White with #625166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625166; }
p { color: rgb(98,81,102); }
H1.HeaderClassName
{
color: #625166;
}
.AnyTagClassName
{
color: #625166;
}
</style>
background-color css
<style>
a { background-color: #625166; }
a { background-color: rgb(98,81,102); }
div.DivClassName
{
background-color: #625166;
}
.BgClassName
{
background-color: #625166;
}
</style>
border-color css
<style>
span { border-color: #625166; }
span { border-color: rgb(98,81,102); }
td.TdClassName
{
border-color: #625166;
}
.TagClassName
{
border-color: #625166;
}
</style>