Shades of Fedora #684C6B
Tints of Fedora #684C6B
RGB
CMYK
RGB Variations
Color information
#684C6B (or 0x684C6B) is known color: Fedora. HEX triplet: 68, 4C and 6B. RGB value is (104,76,107). Sum of RGB (Red+Green+Blue) = 104+76+107=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 107 - color contains mainly: blue. Hex color #684C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C6B is #97B394. Grayscale: #575757. Windows color (decimal): -9941909 or 7031912. OLE color: 7031912.
HSL color Cylindrical-coordinate representation of color #684C6B: hue angle of 294.19º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #684C6B is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 76 | 107 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.58 |
| HSL | 294.19º | 0.17% | 0.36% | - |
| HSV(B) | 294.19º | 0.29% | 0.42% | - |
| XYZ | 10.95 | 9.17 | 15.1 | - |
| YUV | 87.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 107 | 0.03 | 0.29 | 0 | 0.58 | 294.19 | 0.17 | 0.36 |
| Hex | 68 | 4C | 6B | 3 | 1D | 0 | 3A | 126 | 11 | 24 |
| Octal | 150 | 114 | 153 | 3 | 35 | 0 | 72 | 446 | 21 | 44 |
| Binary | 1101000 | 1001100 | 1101011 | 11 | 11101 | 0 | 111010 | 100100110 | 10001 | 100100 |
Color Harmonies of #684C6B
Complementary color
Monochromatic Colors of #684C6B
Black with #684C6B
Text Example
Text Example
White with #684C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C6B; }
p { color: rgb(104,76,107); }
H1.HeaderClassName
{
color: #684C6B;
}
.AnyTagClassName
{
color: #684C6B;
}
</style>
background-color css
<style>
a { background-color: #684C6B; }
a { background-color: rgb(104,76,107); }
div.DivClassName
{
background-color: #684C6B;
}
.BgClassName
{
background-color: #684C6B;
}
</style>
border-color css
<style>
span { border-color: #684C6B; }
span { border-color: rgb(104,76,107); }
td.TdClassName
{
border-color: #684C6B;
}
.TagClassName
{
border-color: #684C6B;
}
</style>