#686669

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

Shades of Scarpa Flow #686669

Tints of Scarpa Flow #686669

Color information

#686669 (or 0x686669) is unknown color: approx Scarpa Flow. HEX triplet: 68, 66 and 69. RGB value is (104,102,105). Sum of RGB (Red+Green+Blue) = 104+102+105=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 105 - color contains mainly: blue. Hex color #686669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686669 is #979996. Grayscale: #666666. Windows color (decimal): -9935255 or 6907496. OLE color: 6907496.

HSL color Cylindrical-coordinate representation of color #686669: hue angle of 280º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #686669 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB104102105-
CMYK0.010.0300.59
HSL280º1.45%40.59%-
HSV(B)280º2.86%41.18%-
XYZ13.0113.4715.28-
YUV102.94129.16128.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 105 (41.41% from 255) = 33.76%
R=33.44%
G=32.80%
B=33.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041021050.010.0300.592801.4540.59
Hex6866691303B118129
Octal15014615113073430151
Binary11010001100110110100111101110111000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686669; }

 p { color: rgb(104,102,105); }

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

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

 a { background-color: rgb(104,102,105); }

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

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

 span { border-color: rgb(104,102,105); }

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