#686071

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

Shades of Scarpa Flow #686071

Tints of Scarpa Flow #686071

Color information

#686071 (or 0x686071) is unknown color: approx Scarpa Flow. HEX triplet: 68, 60 and 71. RGB value is (104,96,113). Sum of RGB (Red+Green+Blue) = 104+96+113=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 113 - color contains mainly: blue. Hex color #686071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686071 is #979F8E. Grayscale: #646464. Windows color (decimal): -9936783 or 7430248. OLE color: 7430248.

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

Color convert

RGB10496113-
CMYK0.080.1500.56
HSL268.24º8.13%40.98%-
HSV(B)268.24º15.04%44.31%-
XYZ12.8712.517.36-
YUV100.33135.15130.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.23%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=33.23%
G=30.67%
B=36.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104961130.080.1500.56268.248.1340.98
Hex6860718F03810c829
Octal15014016110170704141051
Binary1101000110000011100011000111101110001000011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686071; }

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

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

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

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

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

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

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

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