Shades of Fedora #684C6D
Tints of Fedora #684C6D
RGB
CMYK
RGB Variations
Color information
#684C6D (or 0x684C6D) is known color: Fedora. HEX triplet: 68, 4C and 6D. RGB value is (104,76,109). Sum of RGB (Red+Green+Blue) = 104+76+109=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 109 - color contains mainly: blue. Hex color #684C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C6D is #97B392. Grayscale: #585858. Windows color (decimal): -9941907 or 7162984. OLE color: 7162984.
HSL color Cylindrical-coordinate representation of color #684C6D: hue angle of 290.91º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #684C6D is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 76 | 109 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.57 |
| HSL | 290.91º | 0.18% | 0.36% | - |
| HSV(B) | 290.91º | 0.3% | 0.43% | - |
| XYZ | 11.05 | 9.22 | 15.66 | - |
| YUV | 88.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 109 | 0.05 | 0.30 | 0 | 0.57 | 290.91 | 0.18 | 0.36 |
| Hex | 68 | 4C | 6D | 5 | 1E | 0 | 39 | 123 | 12 | 24 |
| Octal | 150 | 114 | 155 | 5 | 36 | 0 | 71 | 443 | 22 | 44 |
| Binary | 1101000 | 1001100 | 1101101 | 101 | 11110 | 0 | 111001 | 100100011 | 10010 | 100100 |
Color Harmonies of #684C6D
Complementary color
Monochromatic Colors of #684C6D
Black with #684C6D
Text Example
Text Example
White with #684C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C6D; }
p { color: rgb(104,76,109); }
H1.HeaderClassName
{
color: #684C6D;
}
.AnyTagClassName
{
color: #684C6D;
}
</style>
background-color css
<style>
a { background-color: #684C6D; }
a { background-color: rgb(104,76,109); }
div.DivClassName
{
background-color: #684C6D;
}
.BgClassName
{
background-color: #684C6D;
}
</style>
border-color css
<style>
span { border-color: #684C6D; }
span { border-color: rgb(104,76,109); }
td.TdClassName
{
border-color: #684C6D;
}
.TagClassName
{
border-color: #684C6D;
}
</style>