Shades of Fedora #615166
Tints of Fedora #615166
RGB
CMYK
RGB Variations
Color information
#615166 (or 0x615166) is known color: Fedora. HEX triplet: 61, 51 and 66. RGB value is (97,81,102). Sum of RGB (Red+Green+Blue) = 97+81+102=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 102 - color contains mainly: blue. Hex color #615166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615166 is #9EAE99. Grayscale: #585858. Windows color (decimal): -10399386 or 6705505. OLE color: 6705505.
HSL color Cylindrical-coordinate representation of color #615166: hue angle of 285.71º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #615166 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 97 | 81 | 102 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.6 |
| HSL | 285.71º | 0.11% | 0.36% | - |
| HSV(B) | 285.71º | 0.21% | 0.4% | - |
| XYZ | 10.27 | 9.39 | 13.84 | - |
| YUV | 88.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 102 | 0.05 | 0.21 | 0 | 0.6 | 285.71 | 0.11 | 0.36 |
| Hex | 61 | 51 | 66 | 5 | 15 | 0 | 3C | 11E | B | 24 |
| Octal | 141 | 121 | 146 | 5 | 25 | 0 | 74 | 436 | 13 | 44 |
| Binary | 1100001 | 1010001 | 1100110 | 101 | 10101 | 0 | 111100 | 100011110 | 1011 | 100100 |
Color Harmonies of #615166
Complementary color
Monochromatic Colors of #615166
Black with #615166
Text Example
Text Example
White with #615166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615166; }
p { color: rgb(97,81,102); }
H1.HeaderClassName
{
color: #615166;
}
.AnyTagClassName
{
color: #615166;
}
</style>
background-color css
<style>
a { background-color: #615166; }
a { background-color: rgb(97,81,102); }
div.DivClassName
{
background-color: #615166;
}
.BgClassName
{
background-color: #615166;
}
</style>
border-color css
<style>
span { border-color: #615166; }
span { border-color: rgb(97,81,102); }
td.TdClassName
{
border-color: #615166;
}
.TagClassName
{
border-color: #615166;
}
</style>