#686170

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

Shades of Scarpa Flow #686170

Tints of Scarpa Flow #686170

Color information

#686170 (or 0x686170) is unknown color: approx Scarpa Flow. HEX triplet: 68, 61 and 70. RGB value is (104,97,112). Sum of RGB (Red+Green+Blue) = 104+97+112=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 112 - color contains mainly: blue. Hex color #686170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686170 is #979E8F. Grayscale: #646464. Windows color (decimal): -9936528 or 7364968. OLE color: 7364968.

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

Color convert

RGB10497112-
CMYK0.070.1300.56
HSL268º7.18%40.98%-
HSV(B)268º13.39%43.92%-
XYZ12.9112.6617.09-
YUV100.8134.32130.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.23%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=33.23%
G=30.99%
B=35.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104971120.070.1300.562687.1840.98
Hex6861707D03810c729
Octal150141160715070414751
Binary11010001100001111000011111010111000100001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686170; }

 p { color: rgb(104,97,112); }

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

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

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

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

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

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

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