#685E77

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

Shades of Scarpa Flow #685E77

Tints of Scarpa Flow #685E77

Color information

#685E77 (or 0x685E77) is unknown color: approx Scarpa Flow. HEX triplet: 68, 5E and 77. RGB value is (104,94,119). Sum of RGB (Red+Green+Blue) = 104+94+119=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 119 - color contains mainly: blue. Hex color #685E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E77 is #97A188. Grayscale: #636363. Windows color (decimal): -9937289 or 7822952. OLE color: 7822952.

HSL color Cylindrical-coordinate representation of color #685E77: hue angle of 264º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #685E77 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10494119-
CMYK0.130.2100.53
HSL264º11.74%41.76%-
HSV(B)264º21.01%46.67%-
XYZ13.0412.2819.14-
YUV99.84138.81130.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 94 (37.11% from 255) = 29.65%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=32.81%
G=29.65%
B=37.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104941190.130.2100.5326411.7441.76
Hex685E77D15035108c2a
Octal15013616715250654101452
Binary11010001011110111011111011010101101011000010001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,94,119); }

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

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

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

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

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

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

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