Shades of Fedora #614B68
Tints of Fedora #614B68
RGB
CMYK
RGB Variations
Color information
#614B68 (or 0x614B68) is known color: Fedora. HEX triplet: 61, 4B and 68. RGB value is (97,75,104). Sum of RGB (Red+Green+Blue) = 97+75+104=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #614B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B68 is #9EB497. Grayscale: #545454. Windows color (decimal): -10400920 or 6835041. OLE color: 6835041.
HSL color Cylindrical-coordinate representation of color #614B68: hue angle of 285.52º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #614B68 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 75 | 104 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.59 |
| HSL | 285.52º | 0.16% | 0.35% | - |
| HSV(B) | 285.52º | 0.28% | 0.41% | - |
| XYZ | 9.94 | 8.57 | 14.23 | - |
| YUV | 84.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 104 | 0.07 | 0.28 | 0 | 0.59 | 285.52 | 0.16 | 0.35 |
| Hex | 61 | 4B | 68 | 7 | 1C | 0 | 3B | 11E | 10 | 23 |
| Octal | 141 | 113 | 150 | 7 | 34 | 0 | 73 | 436 | 20 | 43 |
| Binary | 1100001 | 1001011 | 1101000 | 111 | 11100 | 0 | 111011 | 100011110 | 10000 | 100011 |
Color Harmonies of #614B68
Complementary color
Monochromatic Colors of #614B68
Black with #614B68
Text Example
Text Example
White with #614B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B68; }
p { color: rgb(97,75,104); }
H1.HeaderClassName
{
color: #614B68;
}
.AnyTagClassName
{
color: #614B68;
}
</style>
background-color css
<style>
a { background-color: #614B68; }
a { background-color: rgb(97,75,104); }
div.DivClassName
{
background-color: #614B68;
}
.BgClassName
{
background-color: #614B68;
}
</style>
border-color css
<style>
span { border-color: #614B68; }
span { border-color: rgb(97,75,104); }
td.TdClassName
{
border-color: #614B68;
}
.TagClassName
{
border-color: #614B68;
}
</style>