Shades of Fedora #625268
Tints of Fedora #625268
RGB
CMYK
RGB Variations
Color information
#625268 (or 0x625268) is known color: Fedora. HEX triplet: 62, 52 and 68. RGB value is (98,82,104). Sum of RGB (Red+Green+Blue) = 98+82+104=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 104 - color contains mainly: blue. Hex color #625268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625268 is #9DAD97. Grayscale: #595959. Windows color (decimal): -10333592 or 6836834. OLE color: 6836834.
HSL color Cylindrical-coordinate representation of color #625268: hue angle of 283.64º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #625268 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 82 | 104 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.59 |
| HSL | 283.64º | 0.12% | 0.36% | - |
| HSV(B) | 283.64º | 0.21% | 0.41% | - |
| XYZ | 10.55 | 9.63 | 14.4 | - |
| YUV | 89.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 104 | 0.06 | 0.21 | 0 | 0.59 | 283.64 | 0.12 | 0.36 |
| Hex | 62 | 52 | 68 | 6 | 15 | 0 | 3B | 11C | C | 24 |
| Octal | 142 | 122 | 150 | 6 | 25 | 0 | 73 | 434 | 14 | 44 |
| Binary | 1100010 | 1010010 | 1101000 | 110 | 10101 | 0 | 111011 | 100011100 | 1100 | 100100 |
Color Harmonies of #625268
Complementary color
Monochromatic Colors of #625268
Black with #625268
Text Example
Text Example
White with #625268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625268; }
p { color: rgb(98,82,104); }
H1.HeaderClassName
{
color: #625268;
}
.AnyTagClassName
{
color: #625268;
}
</style>
background-color css
<style>
a { background-color: #625268; }
a { background-color: rgb(98,82,104); }
div.DivClassName
{
background-color: #625268;
}
.BgClassName
{
background-color: #625268;
}
</style>
border-color css
<style>
span { border-color: #625268; }
span { border-color: rgb(98,82,104); }
td.TdClassName
{
border-color: #625268;
}
.TagClassName
{
border-color: #625268;
}
</style>