Shades of Fedora #685373
Tints of Fedora #685373
RGB
CMYK
RGB Variations
Color information
#685373 (or 0x685373) is known color: Fedora. HEX triplet: 68, 53 and 73. RGB value is (104,83,115). Sum of RGB (Red+Green+Blue) = 104+83+115=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 115 - color contains mainly: blue. Hex color #685373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685373 is #97AC8C. Grayscale: #5C5C5C. Windows color (decimal): -9940109 or 7557992. OLE color: 7557992.
HSL color Cylindrical-coordinate representation of color #685373: hue angle of 279.38º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #685373 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 83 | 115 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.55 |
| HSL | 279.38º | 0.16% | 0.39% | - |
| HSV(B) | 279.38º | 0.28% | 0.45% | - |
| XYZ | 11.9 | 10.37 | 17.59 | - |
| YUV | 92.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 115 | 0.10 | 0.28 | 0 | 0.55 | 279.38 | 0.16 | 0.39 |
| Hex | 68 | 53 | 73 | A | 1C | 0 | 37 | 117 | 10 | 27 |
| Octal | 150 | 123 | 163 | 12 | 34 | 0 | 67 | 427 | 20 | 47 |
| Binary | 1101000 | 1010011 | 1110011 | 1010 | 11100 | 0 | 110111 | 100010111 | 10000 | 100111 |
Color Harmonies of #685373
Complementary color
Monochromatic Colors of #685373
Black with #685373
Text Example
Text Example
White with #685373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685373; }
p { color: rgb(104,83,115); }
H1.HeaderClassName
{
color: #685373;
}
.AnyTagClassName
{
color: #685373;
}
</style>
background-color css
<style>
a { background-color: #685373; }
a { background-color: rgb(104,83,115); }
div.DivClassName
{
background-color: #685373;
}
.BgClassName
{
background-color: #685373;
}
</style>
border-color css
<style>
span { border-color: #685373; }
span { border-color: rgb(104,83,115); }
td.TdClassName
{
border-color: #685373;
}
.TagClassName
{
border-color: #685373;
}
</style>