Shades of Fedora #614463
Tints of Fedora #614463
RGB
CMYK
RGB Variations
Color information
#614463 (or 0x614463) is known color: Fedora. HEX triplet: 61, 44 and 63. RGB value is (97,68,99). Sum of RGB (Red+Green+Blue) = 97+68+99=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #614463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614463 is #9EBB9C. Grayscale: #505050. Windows color (decimal): -10402717 or 6505569. OLE color: 6505569.
HSL color Cylindrical-coordinate representation of color #614463: hue angle of 296.13º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #614463 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 68 | 99 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.61 |
| HSL | 296.13º | 0.19% | 0.33% | - |
| HSV(B) | 296.13º | 0.31% | 0.39% | - |
| XYZ | 9.25 | 7.58 | 12.78 | - |
| YUV | 80.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 99 | 0.02 | 0.31 | 0 | 0.61 | 296.13 | 0.19 | 0.33 |
| Hex | 61 | 44 | 63 | 2 | 1F | 0 | 3D | 128 | 13 | 21 |
| Octal | 141 | 104 | 143 | 2 | 37 | 0 | 75 | 450 | 23 | 41 |
| Binary | 1100001 | 1000100 | 1100011 | 10 | 11111 | 0 | 111101 | 100101000 | 10011 | 100001 |
Color Harmonies of #614463
Complementary color
Monochromatic Colors of #614463
Black with #614463
Text Example
Text Example
White with #614463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614463; }
p { color: rgb(97,68,99); }
H1.HeaderClassName
{
color: #614463;
}
.AnyTagClassName
{
color: #614463;
}
</style>
background-color css
<style>
a { background-color: #614463; }
a { background-color: rgb(97,68,99); }
div.DivClassName
{
background-color: #614463;
}
.BgClassName
{
background-color: #614463;
}
</style>
border-color css
<style>
span { border-color: #614463; }
span { border-color: rgb(97,68,99); }
td.TdClassName
{
border-color: #614463;
}
.TagClassName
{
border-color: #614463;
}
</style>