Shades of Fedora #614464
Tints of Fedora #614464
RGB
CMYK
RGB Variations
Color information
#614464 (or 0x614464) is known color: Fedora. HEX triplet: 61, 44 and 64. RGB value is (97,68,100). Sum of RGB (Red+Green+Blue) = 97+68+100=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 100 - color contains mainly: blue. Hex color #614464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614464 is #9EBB9B. Grayscale: #505050. Windows color (decimal): -10402716 or 6571105. OLE color: 6571105.
HSL color Cylindrical-coordinate representation of color #614464: hue angle of 294.38º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #614464 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 68 | 100 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.61 |
| HSL | 294.38º | 0.19% | 0.33% | - |
| HSV(B) | 294.38º | 0.32% | 0.39% | - |
| XYZ | 9.3 | 7.6 | 13.03 | - |
| YUV | 80.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 100 | 0.03 | 0.32 | 0 | 0.61 | 294.38 | 0.19 | 0.33 |
| Hex | 61 | 44 | 64 | 3 | 20 | 0 | 3D | 126 | 13 | 21 |
| Octal | 141 | 104 | 144 | 3 | 40 | 0 | 75 | 446 | 23 | 41 |
| Binary | 1100001 | 1000100 | 1100100 | 11 | 100000 | 0 | 111101 | 100100110 | 10011 | 100001 |
Color Harmonies of #614464
Complementary color
Monochromatic Colors of #614464
Black with #614464
Text Example
Text Example
White with #614464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614464; }
p { color: rgb(97,68,100); }
H1.HeaderClassName
{
color: #614464;
}
.AnyTagClassName
{
color: #614464;
}
</style>
background-color css
<style>
a { background-color: #614464; }
a { background-color: rgb(97,68,100); }
div.DivClassName
{
background-color: #614464;
}
.BgClassName
{
background-color: #614464;
}
</style>
border-color css
<style>
span { border-color: #614464; }
span { border-color: rgb(97,68,100); }
td.TdClassName
{
border-color: #614464;
}
.TagClassName
{
border-color: #614464;
}
</style>