Shades of Fedora #684D6B
Tints of Fedora #684D6B
RGB
CMYK
RGB Variations
Color information
#684D6B (or 0x684D6B) is known color: Fedora. HEX triplet: 68, 4D and 6B. RGB value is (104,77,107). Sum of RGB (Red+Green+Blue) = 104+77+107=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 107 - color contains mainly: blue. Hex color #684D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D6B is #97B294. Grayscale: #585858. Windows color (decimal): -9941653 or 7032168. OLE color: 7032168.
HSL color Cylindrical-coordinate representation of color #684D6B: hue angle of 294º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #684D6B is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 77 | 107 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.58 |
| HSL | 294º | 0.16% | 0.36% | - |
| HSV(B) | 294º | 0.28% | 0.42% | - |
| XYZ | 11.02 | 9.31 | 15.13 | - |
| YUV | 88.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 107 | 0.03 | 0.28 | 0 | 0.58 | 294 | 0.16 | 0.36 |
| Hex | 68 | 4D | 6B | 3 | 1C | 0 | 3A | 126 | 10 | 24 |
| Octal | 150 | 115 | 153 | 3 | 34 | 0 | 72 | 446 | 20 | 44 |
| Binary | 1101000 | 1001101 | 1101011 | 11 | 11100 | 0 | 111010 | 100100110 | 10000 | 100100 |
Color Harmonies of #684D6B
Complementary color
Monochromatic Colors of #684D6B
Black with #684D6B
Text Example
Text Example
White with #684D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D6B; }
p { color: rgb(104,77,107); }
H1.HeaderClassName
{
color: #684D6B;
}
.AnyTagClassName
{
color: #684D6B;
}
</style>
background-color css
<style>
a { background-color: #684D6B; }
a { background-color: rgb(104,77,107); }
div.DivClassName
{
background-color: #684D6B;
}
.BgClassName
{
background-color: #684D6B;
}
</style>
border-color css
<style>
span { border-color: #684D6B; }
span { border-color: rgb(104,77,107); }
td.TdClassName
{
border-color: #684D6B;
}
.TagClassName
{
border-color: #684D6B;
}
</style>