Html Css Color HEX #685D72 Scarpa Flow

📋 copy color: '#685D72'

red 104 ◦ green 93 ◦ blue 114

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

Shades of Scarpa Flow #685D72

Tints of Scarpa Flow #685D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 33.44%
G = 29.9%
B = 36.66%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#685D72 (or 0x685D72) is known color: Scarpa Flow. HEX triplet: 68, 5D and 72. RGB value is (104,93,114). Sum of RGB (Red+Green+Blue) = 104+93+114=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 114 - color contains mainly: blue. Hex color #685D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D72 is #97A28D. Grayscale: #626262. Windows color (decimal): -9937550 or 7495016. OLE color: 7495016.

HSL color Cylindrical-coordinate representation of color #685D72: hue angle of 271.43º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #685D72 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 93 114 -
CMYK 0.09 0.18 0 0.55
HSL 271.43º 0.1% 0.41% -
HSV(B) 271.43º 0.18% 0.45% -
XYZ 12.66 11.99 17.57 -
YUV 98.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 104 93 114 0.09 0.18 0 0.55 271.43 0.1 0.41
Hex 68 5D 72 9 12 0 37 10F A 29
Octal 150 135 162 11 22 0 67 417 12 51
Binary 1101000 1011101 1110010 1001 10010 0 110111 100001111 1010 101001

Color Harmonies of #685D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D72

Black with #685D72

Text Example


Text Example

White with #685D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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