Shades of Fedora #625A66
Tints of Fedora #625A66
RGB
CMYK
RGB Variations
Color information
#625A66 (or 0x625A66) is known color: Fedora. HEX triplet: 62, 5A and 66. RGB value is (98,90,102). Sum of RGB (Red+Green+Blue) = 98+90+102=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 102 - color contains mainly: blue. Hex color #625A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A66 is #9DA599. Grayscale: #5D5D5D. Windows color (decimal): -10331546 or 6707810. OLE color: 6707810.
HSL color Cylindrical-coordinate representation of color #625A66: hue angle of 280º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #625A66 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 98 | 90 | 102 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.6 |
| HSL | 280º | 0.06% | 0.38% | - |
| HSV(B) | 280º | 0.12% | 0.4% | - |
| XYZ | 11.09 | 10.87 | 14.08 | - |
| YUV | 93.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 102 | 0.04 | 0.12 | 0 | 0.6 | 280 | 0.06 | 0.38 |
| Hex | 62 | 5A | 66 | 4 | C | 0 | 3C | 118 | 6 | 26 |
| Octal | 142 | 132 | 146 | 4 | 14 | 0 | 74 | 430 | 6 | 46 |
| Binary | 1100010 | 1011010 | 1100110 | 100 | 1100 | 0 | 111100 | 100011000 | 110 | 100110 |
Color Harmonies of #625A66
Complementary color
Monochromatic Colors of #625A66
Black with #625A66
Text Example
Text Example
White with #625A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A66; }
p { color: rgb(98,90,102); }
H1.HeaderClassName
{
color: #625A66;
}
.AnyTagClassName
{
color: #625A66;
}
</style>
background-color css
<style>
a { background-color: #625A66; }
a { background-color: rgb(98,90,102); }
div.DivClassName
{
background-color: #625A66;
}
.BgClassName
{
background-color: #625A66;
}
</style>
border-color css
<style>
span { border-color: #625A66; }
span { border-color: rgb(98,90,102); }
td.TdClassName
{
border-color: #625A66;
}
.TagClassName
{
border-color: #625A66;
}
</style>