Shades of Fedora #62516A
Tints of Fedora #62516A
RGB
CMYK
RGB Variations
Color information
#62516A (or 0x62516A) is known color: Fedora. HEX triplet: 62, 51 and 6A. RGB value is (98,81,106). Sum of RGB (Red+Green+Blue) = 98+81+106=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 106 - color contains mainly: blue. Hex color #62516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62516A is #9DAE95. Grayscale: #585858. Windows color (decimal): -10333846 or 6967650. OLE color: 6967650.
HSL color Cylindrical-coordinate representation of color #62516A: hue angle of 280.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #62516A is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 81 | 106 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.58 |
| HSL | 280.8º | 0.13% | 0.37% | - |
| HSV(B) | 280.8º | 0.24% | 0.42% | - |
| XYZ | 10.58 | 9.52 | 14.92 | - |
| YUV | 88.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 106 | 0.08 | 0.24 | 0 | 0.58 | 280.8 | 0.13 | 0.37 |
| Hex | 62 | 51 | 6A | 8 | 18 | 0 | 3A | 119 | D | 25 |
| Octal | 142 | 121 | 152 | 10 | 30 | 0 | 72 | 431 | 15 | 45 |
| Binary | 1100010 | 1010001 | 1101010 | 1000 | 11000 | 0 | 111010 | 100011001 | 1101 | 100101 |
Color Harmonies of #62516A
Complementary color
Monochromatic Colors of #62516A
Black with #62516A
Text Example
Text Example
White with #62516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62516A; }
p { color: rgb(98,81,106); }
H1.HeaderClassName
{
color: #62516A;
}
.AnyTagClassName
{
color: #62516A;
}
</style>
background-color css
<style>
a { background-color: #62516A; }
a { background-color: rgb(98,81,106); }
div.DivClassName
{
background-color: #62516A;
}
.BgClassName
{
background-color: #62516A;
}
</style>
border-color css
<style>
span { border-color: #62516A; }
span { border-color: rgb(98,81,106); }
td.TdClassName
{
border-color: #62516A;
}
.TagClassName
{
border-color: #62516A;
}
</style>