#685D6C

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

Shades of Fedora #685D6C

Tints of Fedora #685D6C

Color information

#685D6C (or 0x685D6C) is unknown color: approx Fedora. HEX triplet: 68, 5D and 6C. RGB value is (104,93,108). Sum of RGB (Red+Green+Blue) = 104+93+108=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 108 - color contains mainly: blue. Hex color #685D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D6C is #97A293. Grayscale: #616161. Windows color (decimal): -9937556 or 7101800. OLE color: 7101800.

HSL color Cylindrical-coordinate representation of color #685D6C: hue angle of 284º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #685D6C is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10493108-
CMYK0.040.1400.58
HSL284º7.46%39.41%-
HSV(B)284º13.89%42.35%-
XYZ12.3311.8515.83-
YUV98133.64132.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.10%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=34.10%
G=30.49%
B=35.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104931080.040.1400.582847.4639.41
Hex685D6C4E03A11c727
Octal150135154416072434747
Binary11010001011101110110010011100111010100011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,93,108); }

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

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

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

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

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

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

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