#685473

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

Shades of Fedora #685473

Tints of Fedora #685473

Color information

#685473 (or 0x685473) is unknown color: approx Fedora. HEX triplet: 68, 54 and 73. RGB value is (104,84,115). Sum of RGB (Red+Green+Blue) = 104+84+115=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 115 - color contains mainly: blue. Hex color #685473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685473 is #97AB8C. Grayscale: #5D5D5D. Windows color (decimal): -9939853 or 7558248. OLE color: 7558248.

HSL color Cylindrical-coordinate representation of color #685473: hue angle of 278.71º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #685473 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10484115-
CMYK0.100.2700.55
HSL278.71º15.58%39.02%-
HSV(B)278.71º26.96%45.1%-
XYZ11.9710.5217.62-
YUV93.51140.13135.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 115 (45.31% from 255) = 37.95%
R=34.32%
G=27.72%
B=37.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104841150.100.2700.55278.7115.5839.02
Hex685473A1B0371171027
Octal15012416312330674272047
Binary110100010101001110011101011011011011110001011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685473; }

 p { color: rgb(104,84,115); }

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

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

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

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

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

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

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