Html Css Color HEX #685F6E Scarpa Flow

📋 copy color: '#685F6E'

red 104 ◦ green 95 ◦ blue 110

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

Shades of Scarpa Flow #685F6E

Tints of Scarpa Flow #685F6E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.74%

 BLUE value IS 110 (43.36% from 255) = 35.6%

R = 33.66%
G = 30.74%
B = 35.6%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#685F6E (or 0x685F6E) is known color: Scarpa Flow. HEX triplet: 68, 5F and 6E. RGB value is (104,95,110). Sum of RGB (Red+Green+Blue) = 104+95+110=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 110 - color contains mainly: blue. Hex color #685F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F6E is #97A091. Grayscale: #636363. Windows color (decimal): -9937042 or 7233384. OLE color: 7233384.

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

Color convert

RGB 104 95 110 -
CMYK 0.05 0.14 0 0.57
HSL 276º 0.07% 0.4% -
HSV(B) 276º 0.14% 0.43% -
XYZ 12.62 12.25 16.45 -
YUV 99.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 104 95 110 0.05 0.14 0 0.57 276 0.07 0.4
Hex 68 5F 6E 5 E 0 39 114 7 28
Octal 150 137 156 5 16 0 71 424 7 50
Binary 1101000 1011111 1101110 101 1110 0 111001 100010100 111 101000

Color Harmonies of #685F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F6E

Black with #685F6E

Text Example


Text Example

White with #685F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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