Shades of Fedora #615462
Tints of Fedora #615462
RGB
CMYK
RGB Variations
Color information
#615462 (or 0x615462) is known color: Fedora. HEX triplet: 61, 54 and 62. RGB value is (97,84,98). Sum of RGB (Red+Green+Blue) = 97+84+98=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 98 - color contains mainly: blue. Hex color #615462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615462 is #9EAB9D. Grayscale: #595959. Windows color (decimal): -10398622 or 6444129. OLE color: 6444129.
HSL color Cylindrical-coordinate representation of color #615462: hue angle of 295.71º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #615462 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 84 | 98 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.62 |
| HSL | 295.71º | 0.08% | 0.36% | - |
| HSV(B) | 295.71º | 0.14% | 0.38% | - |
| XYZ | 10.3 | 9.76 | 12.9 | - |
| YUV | 89.48 | 132.81 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 84 | 98 | 0.01 | 0.14 | 0 | 0.62 | 295.71 | 0.08 | 0.36 |
| Hex | 61 | 54 | 62 | 1 | E | 0 | 3E | 128 | 8 | 24 |
| Octal | 141 | 124 | 142 | 1 | 16 | 0 | 76 | 450 | 10 | 44 |
| Binary | 1100001 | 1010100 | 1100010 | 1 | 1110 | 0 | 111110 | 100101000 | 1000 | 100100 |
Color Harmonies of #615462
Complementary color
Monochromatic Colors of #615462
Black with #615462
Text Example
Text Example
White with #615462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615462; }
p { color: rgb(97,84,98); }
H1.HeaderClassName
{
color: #615462;
}
.AnyTagClassName
{
color: #615462;
}
</style>
background-color css
<style>
a { background-color: #615462; }
a { background-color: rgb(97,84,98); }
div.DivClassName
{
background-color: #615462;
}
.BgClassName
{
background-color: #615462;
}
</style>
border-color css
<style>
span { border-color: #615462; }
span { border-color: rgb(97,84,98); }
td.TdClassName
{
border-color: #615462;
}
.TagClassName
{
border-color: #615462;
}
</style>