#684D68

Color #684D68 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #684D68

Tints of Fedora #684D68

Color information

#684D68 (or 0x684D68) is unknown color: approx Fedora. HEX triplet: 68, 4D and 68. RGB value is (104,77,104). Sum of RGB (Red+Green+Blue) = 104+77+104=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #684D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D68 is #97B297. Grayscale: #585858. Windows color (decimal): -9941656 or 6835560. OLE color: 6835560.

HSL color Cylindrical-coordinate representation of color #684D68: hue angle of 300º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #684D68 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10477104-
CMYK00.2600.59
HSL300º14.92%35.49%-
HSV(B)300º25.96%40.78%-
XYZ10.869.2514.31-
YUV88.15136.95139.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 77 (30.47% from 255) = 27.02%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=36.49%
G=27.02%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1047710400.2600.5930014.9235.49
Hex684D6801A03B12cf23
Octal1501151500320734541743
Binary11010001001101110100001101001110111001011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684D68; }

 p { color: rgb(104,77,104); }

 H1.HeaderClassName
 {
   color: #684D68;
 }
 .AnyTagClassName
 {
   color: #684D68;
 }
</style>
background-color css

<style>
 a { background-color: #684D68; }

 a { background-color: rgb(104,77,104); }

 div.DivClassName
 {
   background-color: #684D68;
 }
 .BgClassName
 {
   background-color: #684D68;
 }
</style>
border-color css

<style>
 span { border-color: #684D68; }

 span { border-color: rgb(104,77,104); }

 td.TdClassName
 {
   border-color: #684D68;
 }
 .TagClassName
 {
   border-color: #684D68;
 }
</style>