Shades of Fedora #605C62
Tints of Fedora #605C62
RGB
CMYK
RGB Variations
Color information
#605C62 (or 0x605C62) is known color: Fedora. HEX triplet: 60, 5C and 62. RGB value is (96,92,98). Sum of RGB (Red+Green+Blue) = 96+92+98=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 98 - color contains mainly: blue. Hex color #605C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C62 is #9FA39D. Grayscale: #5D5D5D. Windows color (decimal): -10462110 or 6446176. OLE color: 6446176.
HSL color Cylindrical-coordinate representation of color #605C62: hue angle of 280º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #605C62 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 92 | 98 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.62 |
| HSL | 280º | 0.03% | 0.37% | - |
| HSV(B) | 280º | 0.06% | 0.38% | - |
| XYZ | 10.86 | 11.02 | 13.11 | - |
| YUV | 93.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 98 | 0.02 | 0.06 | 0 | 0.62 | 280 | 0.03 | 0.37 |
| Hex | 60 | 5C | 62 | 2 | 6 | 0 | 3E | 118 | 3 | 25 |
| Octal | 140 | 134 | 142 | 2 | 6 | 0 | 76 | 430 | 3 | 45 |
| Binary | 1100000 | 1011100 | 1100010 | 10 | 110 | 0 | 111110 | 100011000 | 11 | 100101 |
Color Harmonies of #605C62
Complementary color
Monochromatic Colors of #605C62
Black with #605C62
Text Example
Text Example
White with #605C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C62; }
p { color: rgb(96,92,98); }
H1.HeaderClassName
{
color: #605C62;
}
.AnyTagClassName
{
color: #605C62;
}
</style>
background-color css
<style>
a { background-color: #605C62; }
a { background-color: rgb(96,92,98); }
div.DivClassName
{
background-color: #605C62;
}
.BgClassName
{
background-color: #605C62;
}
</style>
border-color css
<style>
span { border-color: #605C62; }
span { border-color: rgb(96,92,98); }
td.TdClassName
{
border-color: #605C62;
}
.TagClassName
{
border-color: #605C62;
}
</style>