#685A6E

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

Shades of Fedora #685A6E

Tints of Fedora #685A6E

Color information

#685A6E (or 0x685A6E) is unknown color: approx Fedora. HEX triplet: 68, 5A and 6E. RGB value is (104,90,110). Sum of RGB (Red+Green+Blue) = 104+90+110=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 110 - color contains mainly: blue. Hex color #685A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A6E is #97A591. Grayscale: #606060. Windows color (decimal): -9938322 or 7232104. OLE color: 7232104.

HSL color Cylindrical-coordinate representation of color #685A6E: hue angle of 282º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #685A6E is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10490110-
CMYK0.050.1800.57
HSL282º10%39.22%-
HSV(B)282º18.18%43.14%-
XYZ12.1811.3816.31-
YUV96.47135.64133.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 90 (35.55% from 255) = 29.61%
BLUE value IS 110 (43.36% from 255) = 36.18%
R=34.21%
G=29.61%
B=36.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104901100.050.1800.572821039.22
Hex685A6E51203911aa27
Octal1501321565220714321247
Binary1101000101101011011101011001001110011000110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685A6E; }

 p { color: rgb(104,90,110); }

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

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

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

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

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

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

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