#685368

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

Shades of Fedora #685368

Tints of Fedora #685368

Color information

#685368 (or 0x685368) is unknown color: approx Fedora. HEX triplet: 68, 53 and 68. RGB value is (104,83,104). Sum of RGB (Red+Green+Blue) = 104+83+104=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #685368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685368 is #97AC97. Grayscale: #5B5B5B. Windows color (decimal): -9940120 or 6837096. OLE color: 6837096.

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

Color convert

RGB10483104-
CMYK00.2000.59
HSL300º11.23%36.67%-
HSV(B)300º20.19%40.78%-
XYZ11.310.1314.46-
YUV91.67134.96136.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.74%
GREEN value IS 83 (32.81% from 255) = 28.52%
BLUE value IS 104 (41.02% from 255) = 35.74%
R=35.74%
G=28.52%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1048310400.2000.5930011.2336.67
Hex68536801403B12cb25
Octal1501231500240734541345
Binary11010001010011110100001010001110111001011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685368; }

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

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

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

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

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

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

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

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