#686371

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

Shades of Scarpa Flow #686371

Tints of Scarpa Flow #686371

Color information

#686371 (or 0x686371) is unknown color: approx Scarpa Flow. HEX triplet: 68, 63 and 71. RGB value is (104,99,113). Sum of RGB (Red+Green+Blue) = 104+99+113=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 113 - color contains mainly: blue. Hex color #686371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686371 is #979C8E. Grayscale: #666666. Windows color (decimal): -9936015 or 7431016. OLE color: 7431016.

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

Color convert

RGB10499113-
CMYK0.080.1200.56
HSL261.43º6.6%41.57%-
HSV(B)261.43º12.39%44.31%-
XYZ13.1513.0617.45-
YUV102.09134.16129.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 99 (39.06% from 255) = 31.33%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=32.91%
G=31.33%
B=35.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104991130.080.1200.56261.436.641.57
Hex6863718C03810572a
Octal1501431611014070405752
Binary110100011000111110001100011000111000100000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686371; }

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

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

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

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

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

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

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

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