#686271

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

Shades of Scarpa Flow #686271

Tints of Scarpa Flow #686271

Color information

#686271 (or 0x686271) is unknown color: approx Scarpa Flow. HEX triplet: 68, 62 and 71. RGB value is (104,98,113). Sum of RGB (Red+Green+Blue) = 104+98+113=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 113 - color contains mainly: blue. Hex color #686271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686271 is #979D8E. Grayscale: #656565. Windows color (decimal): -9936271 or 7430760. OLE color: 7430760.

HSL color Cylindrical-coordinate representation of color #686271: hue angle of 264º 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 #686271 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10498113-
CMYK0.080.1300.56
HSL264º7.11%41.37%-
HSV(B)264º13.27%44.31%-
XYZ13.0612.8717.42-
YUV101.5134.49129.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=33.02%
G=31.11%
B=35.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104981130.080.1300.562647.1141.37
Hex6862718D038108729
Octal1501421611015070410751
Binary110100011000101110001100011010111000100001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686271; }

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

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

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

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

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

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

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

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