Shades of Fedora #614664
Tints of Fedora #614664
RGB
CMYK
RGB Variations
Color information
#614664 (or 0x614664) is known color: Fedora. HEX triplet: 61, 46 and 64. RGB value is (97,70,100). Sum of RGB (Red+Green+Blue) = 97+70+100=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 100 - color contains mainly: blue. Hex color #614664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614664 is #9EB99B. Grayscale: #515151. Windows color (decimal): -10402204 or 6571617. OLE color: 6571617.
HSL color Cylindrical-coordinate representation of color #614664: hue angle of 294º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #614664 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 70 | 100 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.61 |
| HSL | 294º | 0.18% | 0.33% | - |
| HSV(B) | 294º | 0.3% | 0.39% | - |
| XYZ | 9.42 | 7.84 | 13.07 | - |
| YUV | 81.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 70 | 100 | 0.03 | 0.30 | 0 | 0.61 | 294 | 0.18 | 0.33 |
| Hex | 61 | 46 | 64 | 3 | 1E | 0 | 3D | 126 | 12 | 21 |
| Octal | 141 | 106 | 144 | 3 | 36 | 0 | 75 | 446 | 22 | 41 |
| Binary | 1100001 | 1000110 | 1100100 | 11 | 11110 | 0 | 111101 | 100100110 | 10010 | 100001 |
Color Harmonies of #614664
Complementary color
Monochromatic Colors of #614664
Black with #614664
Text Example
Text Example
White with #614664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614664; }
p { color: rgb(97,70,100); }
H1.HeaderClassName
{
color: #614664;
}
.AnyTagClassName
{
color: #614664;
}
</style>
background-color css
<style>
a { background-color: #614664; }
a { background-color: rgb(97,70,100); }
div.DivClassName
{
background-color: #614664;
}
.BgClassName
{
background-color: #614664;
}
</style>
border-color css
<style>
span { border-color: #614664; }
span { border-color: rgb(97,70,100); }
td.TdClassName
{
border-color: #614664;
}
.TagClassName
{
border-color: #614664;
}
</style>