#685F68

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

Shades of Salt Box #685F68

Tints of Salt Box #685F68

Color information

#685F68 (or 0x685F68) is unknown color: approx Salt Box. HEX triplet: 68, 5F and 68. RGB value is (104,95,104). Sum of RGB (Red+Green+Blue) = 104+95+104=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #685F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F68 is #97A097. Grayscale: #626262. Windows color (decimal): -9937048 or 6840168. OLE color: 6840168.

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

Color convert

RGB10495104-
CMYK00.0900.59
HSL300º4.52%39.02%-
HSV(B)300º8.65%40.78%-
XYZ12.312.1314.79-
YUV98.72130.98131.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 95 (37.5% from 255) = 31.35%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=34.32%
G=31.35%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049510400.0900.593004.5239.02
Hex685F680903B12c527
Octal150137150011073454547
Binary110100010111111101000010010111011100101100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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