Html Css Color HEX #685E71 Scarpa Flow

📋 copy color: '#685E71'

red 104 ◦ green 94 ◦ blue 113

#685E71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarpa Flow #685E71

Tints of Scarpa Flow #685E71

RGB

 RED value IS 104 (41.02% from 255) = 33.44%

 GREEN value IS 94 (37.11% from 255) = 30.23%

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 33.44%
G = 30.23%
B = 36.33%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#685E71 (or 0x685E71) is known color: Scarpa Flow. HEX triplet: 68, 5E and 71. RGB value is (104,94,113). Sum of RGB (Red+Green+Blue) = 104+94+113=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 113 - color contains mainly: blue. Hex color #685E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E71 is #97A18E. Grayscale: #636363. Windows color (decimal): -9937295 or 7429736. OLE color: 7429736.

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

Color convert

RGB 104 94 113 -
CMYK 0.08 0.17 0 0.56
HSL 271.58º 0.09% 0.41% -
HSV(B) 271.58º 0.17% 0.44% -
XYZ 12.69 12.14 17.3 -
YUV 99.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 104 94 113 0.08 0.17 0 0.56 271.58 0.09 0.41
Hex 68 5E 71 8 11 0 38 110 9 29
Octal 150 136 161 10 21 0 70 420 11 51
Binary 1101000 1011110 1110001 1000 10001 0 111000 100010000 1001 101001

Color Harmonies of #685E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E71

Black with #685E71

Text Example


Text Example

White with #685E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #685E71;
 }
 .AnyTagClassName
 {
   color: #685E71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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