Shades of Fedora #685068
Tints of Fedora #685068
RGB
CMYK
RGB Variations
Color information
#685068 (or 0x685068) is known color: Fedora. HEX triplet: 68, 50 and 68. RGB value is (104,80,104). Sum of RGB (Red+Green+Blue) = 104+80+104=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #685068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685068 is #97AF97. Grayscale: #595959. Windows color (decimal): -9940888 or 6836328. OLE color: 6836328.
HSL color Cylindrical-coordinate representation of color #685068: hue angle of 300º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #685068 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 80 | 104 | - |
| CMYK | 0 | 0.23 | 0 | 0.59 |
| HSL | 300º | 0.13% | 0.36% | - |
| HSV(B) | 300º | 0.23% | 0.41% | - |
| XYZ | 11.08 | 9.68 | 14.38 | - |
| YUV | 89.91 | 135.95 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 104 | 0 | 0.23 | 0 | 0.59 | 300 | 0.13 | 0.36 |
| Hex | 68 | 50 | 68 | 0 | 17 | 0 | 3B | 12C | D | 24 |
| Octal | 150 | 120 | 150 | 0 | 27 | 0 | 73 | 454 | 15 | 44 |
| Binary | 1101000 | 1010000 | 1101000 | 0 | 10111 | 0 | 111011 | 100101100 | 1101 | 100100 |
Color Harmonies of #685068
Complementary color
Monochromatic Colors of #685068
Black with #685068
Text Example
Text Example
White with #685068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685068; }
p { color: rgb(104,80,104); }
H1.HeaderClassName
{
color: #685068;
}
.AnyTagClassName
{
color: #685068;
}
</style>
background-color css
<style>
a { background-color: #685068; }
a { background-color: rgb(104,80,104); }
div.DivClassName
{
background-color: #685068;
}
.BgClassName
{
background-color: #685068;
}
</style>
border-color css
<style>
span { border-color: #685068; }
span { border-color: rgb(104,80,104); }
td.TdClassName
{
border-color: #685068;
}
.TagClassName
{
border-color: #685068;
}
</style>