Shades of Fedora #614465
Tints of Fedora #614465
RGB
CMYK
RGB Variations
Color information
#614465 (or 0x614465) is known color: Fedora. HEX triplet: 61, 44 and 65. RGB value is (97,68,101). Sum of RGB (Red+Green+Blue) = 97+68+101=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 101 - color contains mainly: blue. Hex color #614465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614465 is #9EBB9A. Grayscale: #505050. Windows color (decimal): -10402715 or 6636641. OLE color: 6636641.
HSL color Cylindrical-coordinate representation of color #614465: hue angle of 292.73º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #614465 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 68 | 101 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.60 |
| HSL | 292.73º | 0.2% | 0.33% | - |
| HSV(B) | 292.73º | 0.33% | 0.4% | - |
| XYZ | 9.35 | 7.62 | 13.29 | - |
| YUV | 80.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 101 | 0.04 | 0.33 | 0 | 0.60 | 292.73 | 0.2 | 0.33 |
| Hex | 61 | 44 | 65 | 4 | 21 | 0 | 3C | 125 | 14 | 21 |
| Octal | 141 | 104 | 145 | 4 | 41 | 0 | 74 | 445 | 24 | 41 |
| Binary | 1100001 | 1000100 | 1100101 | 100 | 100001 | 0 | 111100 | 100100101 | 10100 | 100001 |
Color Harmonies of #614465
Complementary color
Monochromatic Colors of #614465
Black with #614465
Text Example
Text Example
White with #614465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614465; }
p { color: rgb(97,68,101); }
H1.HeaderClassName
{
color: #614465;
}
.AnyTagClassName
{
color: #614465;
}
</style>
background-color css
<style>
a { background-color: #614465; }
a { background-color: rgb(97,68,101); }
div.DivClassName
{
background-color: #614465;
}
.BgClassName
{
background-color: #614465;
}
</style>
border-color css
<style>
span { border-color: #614465; }
span { border-color: rgb(97,68,101); }
td.TdClassName
{
border-color: #614465;
}
.TagClassName
{
border-color: #614465;
}
</style>