Shades of Fedora #605A62
Tints of Fedora #605A62
RGB
CMYK
RGB Variations
Color information
#605A62 (or 0x605A62) is known color: Fedora. HEX triplet: 60, 5A and 62. RGB value is (96,90,98). Sum of RGB (Red+Green+Blue) = 96+90+98=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 98 - color contains mainly: blue. Hex color #605A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A62 is #9FA59D. Grayscale: #5C5C5C. Windows color (decimal): -10462622 or 6445664. OLE color: 6445664.
HSL color Cylindrical-coordinate representation of color #605A62: hue angle of 285º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #605A62 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 90 | 98 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.62 |
| HSL | 285º | 0.04% | 0.37% | - |
| HSV(B) | 285º | 0.08% | 0.38% | - |
| XYZ | 10.68 | 10.68 | 13.05 | - |
| YUV | 92.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 98 | 0.02 | 0.08 | 0 | 0.62 | 285 | 0.04 | 0.37 |
| Hex | 60 | 5A | 62 | 2 | 8 | 0 | 3E | 11D | 4 | 25 |
| Octal | 140 | 132 | 142 | 2 | 10 | 0 | 76 | 435 | 4 | 45 |
| Binary | 1100000 | 1011010 | 1100010 | 10 | 1000 | 0 | 111110 | 100011101 | 100 | 100101 |
Color Harmonies of #605A62
Complementary color
Monochromatic Colors of #605A62
Black with #605A62
Text Example
Text Example
White with #605A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A62; }
p { color: rgb(96,90,98); }
H1.HeaderClassName
{
color: #605A62;
}
.AnyTagClassName
{
color: #605A62;
}
</style>
background-color css
<style>
a { background-color: #605A62; }
a { background-color: rgb(96,90,98); }
div.DivClassName
{
background-color: #605A62;
}
.BgClassName
{
background-color: #605A62;
}
</style>
border-color css
<style>
span { border-color: #605A62; }
span { border-color: rgb(96,90,98); }
td.TdClassName
{
border-color: #605A62;
}
.TagClassName
{
border-color: #605A62;
}
</style>