#685F75

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

Shades of Scarpa Flow #685F75

Tints of Scarpa Flow #685F75

Color information

#685F75 (or 0x685F75) is unknown color: approx Scarpa Flow. HEX triplet: 68, 5F and 75. RGB value is (104,95,117). Sum of RGB (Red+Green+Blue) = 104+95+117=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: blue. Hex color #685F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F75 is #97A08A. Grayscale: #646464. Windows color (decimal): -9937035 or 7692136. OLE color: 7692136.

HSL color Cylindrical-coordinate representation of color #685F75: hue angle of 264.55º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #685F75 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10495117-
CMYK0.110.1900.54
HSL264.55º10.38%41.57%-
HSV(B)264.55º18.8%45.88%-
XYZ13.0112.4118.54-
YUV100.2137.48130.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 95 (37.5% from 255) = 30.06%
BLUE value IS 117 (46.09% from 255) = 37.03%
R=32.91%
G=30.06%
B=37.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104951170.110.1900.54264.5510.3841.57
Hex685F75B13036109a2a
Octal15013716513230664111252
Binary11010001011111111010110111001101101101000010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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