Shades of Fedora #62526A
Tints of Fedora #62526A
RGB
CMYK
RGB Variations
Color information
#62526A (or 0x62526A) is known color: Fedora. HEX triplet: 62, 52 and 6A. RGB value is (98,82,106). Sum of RGB (Red+Green+Blue) = 98+82+106=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 106 - color contains mainly: blue. Hex color #62526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62526A is #9DAD95. Grayscale: #595959. Windows color (decimal): -10333590 or 6967906. OLE color: 6967906.
HSL color Cylindrical-coordinate representation of color #62526A: hue angle of 280º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #62526A is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 82 | 106 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.58 |
| HSL | 280º | 0.13% | 0.37% | - |
| HSV(B) | 280º | 0.23% | 0.42% | - |
| XYZ | 10.66 | 9.67 | 14.94 | - |
| YUV | 89.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 106 | 0.08 | 0.23 | 0 | 0.58 | 280 | 0.13 | 0.37 |
| Hex | 62 | 52 | 6A | 8 | 17 | 0 | 3A | 118 | D | 25 |
| Octal | 142 | 122 | 152 | 10 | 27 | 0 | 72 | 430 | 15 | 45 |
| Binary | 1100010 | 1010010 | 1101010 | 1000 | 10111 | 0 | 111010 | 100011000 | 1101 | 100101 |
Color Harmonies of #62526A
Complementary color
Monochromatic Colors of #62526A
Black with #62526A
Text Example
Text Example
White with #62526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62526A; }
p { color: rgb(98,82,106); }
H1.HeaderClassName
{
color: #62526A;
}
.AnyTagClassName
{
color: #62526A;
}
</style>
background-color css
<style>
a { background-color: #62526A; }
a { background-color: rgb(98,82,106); }
div.DivClassName
{
background-color: #62526A;
}
.BgClassName
{
background-color: #62526A;
}
</style>
border-color css
<style>
span { border-color: #62526A; }
span { border-color: rgb(98,82,106); }
td.TdClassName
{
border-color: #62526A;
}
.TagClassName
{
border-color: #62526A;
}
</style>