Html Css Color HEX #685D70 Scarpa Flow

📋 copy color: '#685D70'

red 104 ◦ green 93 ◦ blue 112

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

Shades of Scarpa Flow #685D70

Tints of Scarpa Flow #685D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.25%

R = 33.66%
G = 30.1%
B = 36.25%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#685D70 (or 0x685D70) is known color: Scarpa Flow. HEX triplet: 68, 5D and 70. RGB value is (104,93,112). Sum of RGB (Red+Green+Blue) = 104+93+112=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 112 - color contains mainly: blue. Hex color #685D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D70 is #97A28F. Grayscale: #626262. Windows color (decimal): -9937552 or 7363944. OLE color: 7363944.

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

Color convert

RGB 104 93 112 -
CMYK 0.07 0.17 0 0.56
HSL 274.74º 0.09% 0.4% -
HSV(B) 274.74º 0.17% 0.44% -
XYZ 12.55 11.94 16.97 -
YUV 98.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 104 93 112 0.07 0.17 0 0.56 274.74 0.09 0.4
Hex 68 5D 70 7 11 0 38 113 9 28
Octal 150 135 160 7 21 0 70 423 11 50
Binary 1101000 1011101 1110000 111 10001 0 111000 100010011 1001 101000

Color Harmonies of #685D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D70

Black with #685D70

Text Example


Text Example

White with #685D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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