Shades of Fedora #614761
Tints of Fedora #614761
RGB
CMYK
RGB Variations
Color information
#614761 (or 0x614761) is known color: Fedora. HEX triplet: 61, 47 and 61. RGB value is (97,71,97). Sum of RGB (Red+Green+Blue) = 97+71+97=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #614761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614761 is #9EB89E. Grayscale: #515151. Windows color (decimal): -10401951 or 6375265. OLE color: 6375265.
HSL color Cylindrical-coordinate representation of color #614761: hue angle of 300º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #614761 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 71 | 97 | - |
| CMYK | 0 | 0.27 | 0 | 0.62 |
| HSL | 300º | 0.15% | 0.33% | - |
| HSV(B) | 300º | 0.27% | 0.38% | - |
| XYZ | 9.34 | 7.91 | 12.34 | - |
| YUV | 81.74 | 136.61 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 71 | 97 | 0 | 0.27 | 0 | 0.62 | 300 | 0.15 | 0.33 |
| Hex | 61 | 47 | 61 | 0 | 1B | 0 | 3E | 12C | F | 21 |
| Octal | 141 | 107 | 141 | 0 | 33 | 0 | 76 | 454 | 17 | 41 |
| Binary | 1100001 | 1000111 | 1100001 | 0 | 11011 | 0 | 111110 | 100101100 | 1111 | 100001 |
Color Harmonies of #614761
Complementary color
Monochromatic Colors of #614761
Black with #614761
Text Example
Text Example
White with #614761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614761; }
p { color: rgb(97,71,97); }
H1.HeaderClassName
{
color: #614761;
}
.AnyTagClassName
{
color: #614761;
}
</style>
background-color css
<style>
a { background-color: #614761; }
a { background-color: rgb(97,71,97); }
div.DivClassName
{
background-color: #614761;
}
.BgClassName
{
background-color: #614761;
}
</style>
border-color css
<style>
span { border-color: #614761; }
span { border-color: rgb(97,71,97); }
td.TdClassName
{
border-color: #614761;
}
.TagClassName
{
border-color: #614761;
}
</style>