#686171

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

Shades of Scarpa Flow #686171

Tints of Scarpa Flow #686171

Color information

#686171 (or 0x686171) is unknown color: approx Scarpa Flow. HEX triplet: 68, 61 and 71. RGB value is (104,97,113). Sum of RGB (Red+Green+Blue) = 104+97+113=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 113 - color contains mainly: blue. Hex color #686171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686171 is #979E8E. Grayscale: #646464. Windows color (decimal): -9936527 or 7430504. OLE color: 7430504.

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

Color convert

RGB10497113-
CMYK0.080.1400.56
HSL266.25º7.62%41.18%-
HSV(B)266.25º14.16%44.31%-
XYZ12.9612.6817.39-
YUV100.92134.82130.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 113 (44.53% from 255) = 35.99%
R=33.12%
G=30.89%
B=35.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104971130.080.1400.56266.257.6241.18
Hex6861718E03810a829
Octal15014116110160704121051
Binary1101000110000111100011000111001110001000010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686171; }

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

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

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

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

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

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

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

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