#685D6F

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

Shades of Scarpa Flow #685D6F

Tints of Scarpa Flow #685D6F

Color information

#685D6F (or 0x685D6F) is unknown color: approx Scarpa Flow. HEX triplet: 68, 5D and 6F. RGB value is (104,93,111). Sum of RGB (Red+Green+Blue) = 104+93+111=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 111 - color contains mainly: blue. Hex color #685D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D6F is #97A290. Grayscale: #626262. Windows color (decimal): -9937553 or 7298408. OLE color: 7298408.

HSL color Cylindrical-coordinate representation of color #685D6F: hue angle of 276.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #685D6F is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10493111-
CMYK0.060.1600.56
HSL276.67º8.82%40%-
HSV(B)276.67º16.22%43.53%-
XYZ12.4911.9216.68-
YUV98.34135.14132.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 111 (43.75% from 255) = 36.04%
R=33.77%
G=30.19%
B=36.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104931110.060.1600.56276.678.8240
Hex685D6F610038115928
Octal1501351576200704251150
Binary1101000101110111011111101000001110001000101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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