Html Css Color HEX #686174 Scarpa Flow

📋 copy color: '#686174'

red 104 ◦ green 97 ◦ blue 116

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

Shades of Scarpa Flow #686174

Tints of Scarpa Flow #686174

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.6%

 BLUE value IS 116 (45.7% from 255) = 36.59%

R = 32.81%
G = 30.6%
B = 36.59%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#686174 (or 0x686174) is known color: Scarpa Flow. HEX triplet: 68, 61 and 74. RGB value is (104,97,116). Sum of RGB (Red+Green+Blue) = 104+97+116=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 116 - color contains mainly: blue. Hex color #686174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686174 is #979E8B. Grayscale: #656565. Windows color (decimal): -9936524 or 7627112. OLE color: 7627112.

HSL color Cylindrical-coordinate representation of color #686174: hue angle of 262.11º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #686174 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 97 116 -
CMYK 0.10 0.16 0 0.55
HSL 262.11º 0.09% 0.42% -
HSV(B) 262.11º 0.16% 0.45% -
XYZ 13.14 12.75 18.29 -
YUV 101.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 104 97 116 0.10 0.16 0 0.55 262.11 0.09 0.42
Hex 68 61 74 A 10 0 37 106 9 2A
Octal 150 141 164 12 20 0 67 406 11 52
Binary 1101000 1100001 1110100 1010 10000 0 110111 100000110 1001 101010

Color Harmonies of #686174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686174

Black with #686174

Text Example


Text Example

White with #686174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686174; }

 p { color: rgb(104,97,116); }

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

background-color css

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

 a { background-color: rgb(104,97,116); }

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

border-color css

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

 span { border-color: rgb(104,97,116); }

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