Shades of Fedora #614A65
Tints of Fedora #614A65
RGB
CMYK
RGB Variations
Color information
#614A65 (or 0x614A65) is known color: Fedora. HEX triplet: 61, 4A and 65. RGB value is (97,74,101). Sum of RGB (Red+Green+Blue) = 97+74+101=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 101 - color contains mainly: blue. Hex color #614A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A65 is #9EB59A. Grayscale: #535353. Windows color (decimal): -10401179 or 6638177. OLE color: 6638177.
HSL color Cylindrical-coordinate representation of color #614A65: hue angle of 291.11º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #614A65 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 74 | 101 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.60 |
| HSL | 291.11º | 0.15% | 0.34% | - |
| HSV(B) | 291.11º | 0.27% | 0.4% | - |
| XYZ | 9.73 | 8.38 | 13.42 | - |
| YUV | 83.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 101 | 0.04 | 0.27 | 0 | 0.60 | 291.11 | 0.15 | 0.34 |
| Hex | 61 | 4A | 65 | 4 | 1B | 0 | 3C | 123 | F | 22 |
| Octal | 141 | 112 | 145 | 4 | 33 | 0 | 74 | 443 | 17 | 42 |
| Binary | 1100001 | 1001010 | 1100101 | 100 | 11011 | 0 | 111100 | 100100011 | 1111 | 100010 |
Color Harmonies of #614A65
Complementary color
Monochromatic Colors of #614A65
Black with #614A65
Text Example
Text Example
White with #614A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A65; }
p { color: rgb(97,74,101); }
H1.HeaderClassName
{
color: #614A65;
}
.AnyTagClassName
{
color: #614A65;
}
</style>
background-color css
<style>
a { background-color: #614A65; }
a { background-color: rgb(97,74,101); }
div.DivClassName
{
background-color: #614A65;
}
.BgClassName
{
background-color: #614A65;
}
</style>
border-color css
<style>
span { border-color: #614A65; }
span { border-color: rgb(97,74,101); }
td.TdClassName
{
border-color: #614A65;
}
.TagClassName
{
border-color: #614A65;
}
</style>