#685E6E

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

Shades of Scarpa Flow #685E6E

Tints of Scarpa Flow #685E6E

Color information

#685E6E (or 0x685E6E) is unknown color: approx Scarpa Flow. HEX triplet: 68, 5E and 6E. RGB value is (104,94,110). Sum of RGB (Red+Green+Blue) = 104+94+110=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 110 - color contains mainly: blue. Hex color #685E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E6E is #97A191. Grayscale: #626262. Windows color (decimal): -9937298 or 7233128. OLE color: 7233128.

HSL color Cylindrical-coordinate representation of color #685E6E: hue angle of 277.5º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #685E6E is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10494110-
CMYK0.050.1500.57
HSL277.5º7.84%40%-
HSV(B)277.5º14.55%43.14%-
XYZ12.5312.0716.42-
YUV98.81134.31131.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=33.77%
G=30.52%
B=35.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104941100.050.1500.57277.57.8440
Hex685E6E5F039116828
Octal1501361565170714261050
Binary110100010111101101110101111101110011000101101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685E6E; }

 p { color: rgb(104,94,110); }

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

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

 a { background-color: rgb(104,94,110); }

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

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

 span { border-color: rgb(104,94,110); }

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