#686172

Color #686172 Scarpa Flow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarpa Flow #686172

Tints of Scarpa Flow #686172

Color information

#686172 (or 0x686172) is unknown color: approx Scarpa Flow. HEX triplet: 68, 61 and 72. RGB value is (104,97,114). Sum of RGB (Red+Green+Blue) = 104+97+114=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 114 - color contains mainly: blue. Hex color #686172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686172 is #979E8D. Grayscale: #646464. Windows color (decimal): -9936526 or 7496040. OLE color: 7496040.

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

Color convert

RGB10497114-
CMYK0.090.1500.55
HSL264.71º8.06%41.37%-
HSV(B)264.71º14.91%44.71%-
XYZ13.0212.7117.69-
YUV101.03135.32130.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=33.02%
G=30.79%
B=36.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104971140.090.1500.55264.718.0641.37
Hex6861729F037109829
Octal15014116211170674111051
Binary1101000110000111100101001111101101111000010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686172; }

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

 H1.HeaderClassName
 {
   color: #686172;
 }
 .AnyTagClassName
 {
   color: #686172;
 }
</style>
background-color css

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

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

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

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

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

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