#685573

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

Shades of Fedora #685573

Tints of Fedora #685573

Color information

#685573 (or 0x685573) is unknown color: approx Fedora. HEX triplet: 68, 55 and 73. RGB value is (104,85,115). Sum of RGB (Red+Green+Blue) = 104+85+115=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 115 - color contains mainly: blue. Hex color #685573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685573 is #97AA8C. Grayscale: #5E5E5E. Windows color (decimal): -9939597 or 7558504. OLE color: 7558504.

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

Color convert

RGB10485115-
CMYK0.100.2600.55
HSL278º15%39.22%-
HSV(B)278º26.09%45.1%-
XYZ12.0510.6817.65-
YUV94.1139.79135.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 85 (33.59% from 255) = 27.96%
BLUE value IS 115 (45.31% from 255) = 37.83%
R=34.21%
G=27.96%
B=37.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104851150.100.2600.552781539.22
Hex685573A1A037116f27
Octal15012516312320674261747
Binary11010001010101111001110101101001101111000101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685573; }

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

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

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

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

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

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

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

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