Html Css Color HEX #685D6F Scarpa Flow

📋 copy color: '#685D6F'

red 104 ◦ green 93 ◦ blue 111

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

Shades of Scarpa Flow #685D6F

Tints of Scarpa Flow #685D6F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.19%

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 33.77%
G = 30.19%
B = 36.04%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#685D6F (or 0x685D6F) is known color: Scarpa Flow. HEX triplet: 68, 5D and 6F. RGB value is (104,93,111). Sum of RGB (Red+Green+Blue) = 104+93+111=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 111 - color contains mainly: blue. Hex color #685D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D6F is #97A290. Grayscale: #626262. Windows color (decimal): -9937553 or 7298408. OLE color: 7298408.

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

Color convert

RGB 104 93 111 -
CMYK 0.06 0.16 0 0.56
HSL 276.67º 0.09% 0.4% -
HSV(B) 276.67º 0.16% 0.44% -
XYZ 12.49 11.92 16.68 -
YUV 98.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 104 93 111 0.06 0.16 0 0.56 276.67 0.09 0.4
Hex 68 5D 6F 6 10 0 38 115 9 28
Octal 150 135 157 6 20 0 70 425 11 50
Binary 1101000 1011101 1101111 110 10000 0 111000 100010101 1001 101000

Color Harmonies of #685D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D6F

Black with #685D6F

Text Example


Text Example

White with #685D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,93,111); }

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

background-color css

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

 a { background-color: rgb(104,93,111); }

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

border-color css

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

 span { border-color: rgb(104,93,111); }

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