Shades of Fedora #615164
Tints of Fedora #615164
RGB
CMYK
RGB Variations
Color information
#615164 (or 0x615164) is known color: Fedora. HEX triplet: 61, 51 and 64. RGB value is (97,81,100). Sum of RGB (Red+Green+Blue) = 97+81+100=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 100 - color contains mainly: blue. Hex color #615164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615164 is #9EAE9B. Grayscale: #575757. Windows color (decimal): -10399388 or 6574433. OLE color: 6574433.
HSL color Cylindrical-coordinate representation of color #615164: hue angle of 290.53º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #615164 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 81 | 100 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.61 |
| HSL | 290.53º | 0.1% | 0.35% | - |
| HSV(B) | 290.53º | 0.19% | 0.39% | - |
| XYZ | 10.17 | 9.35 | 13.32 | - |
| YUV | 87.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 100 | 0.03 | 0.19 | 0 | 0.61 | 290.53 | 0.1 | 0.35 |
| Hex | 61 | 51 | 64 | 3 | 13 | 0 | 3D | 123 | A | 23 |
| Octal | 141 | 121 | 144 | 3 | 23 | 0 | 75 | 443 | 12 | 43 |
| Binary | 1100001 | 1010001 | 1100100 | 11 | 10011 | 0 | 111101 | 100100011 | 1010 | 100011 |
Color Harmonies of #615164
Complementary color
Monochromatic Colors of #615164
Black with #615164
Text Example
Text Example
White with #615164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615164; }
p { color: rgb(97,81,100); }
H1.HeaderClassName
{
color: #615164;
}
.AnyTagClassName
{
color: #615164;
}
</style>
background-color css
<style>
a { background-color: #615164; }
a { background-color: rgb(97,81,100); }
div.DivClassName
{
background-color: #615164;
}
.BgClassName
{
background-color: #615164;
}
</style>
border-color css
<style>
span { border-color: #615164; }
span { border-color: rgb(97,81,100); }
td.TdClassName
{
border-color: #615164;
}
.TagClassName
{
border-color: #615164;
}
</style>