#686068

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

Shades of Salt Box #686068

Tints of Salt Box #686068

Color information

#686068 (or 0x686068) is unknown color: approx Salt Box. HEX triplet: 68, 60 and 68. RGB value is (104,96,104). Sum of RGB (Red+Green+Blue) = 104+96+104=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #686068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686068 is #979F97. Grayscale: #636363. Windows color (decimal): -9936792 or 6840424. OLE color: 6840424.

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

Color convert

RGB10496104-
CMYK00.0800.59
HSL300º4%39.22%-
HSV(B)300º7.69%40.78%-
XYZ12.3912.3114.82-
YUV99.3130.65131.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 96 (37.89% from 255) = 31.58%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=34.21%
G=31.58%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049610400.0800.59300439.22
Hex6860680803B12c427
Octal150140150010073454447
Binary110100011000001101000010000111011100101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686068; }

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

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

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

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

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

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

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

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