#686073

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

Shades of Scarpa Flow #686073

Tints of Scarpa Flow #686073

Color information

#686073 (or 0x686073) is unknown color: approx Scarpa Flow. HEX triplet: 68, 60 and 73. RGB value is (104,96,115). Sum of RGB (Red+Green+Blue) = 104+96+115=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 115 - color contains mainly: blue. Hex color #686073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686073 is #979F8C. Grayscale: #646464. Windows color (decimal): -9936781 or 7561320. OLE color: 7561320.

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

Color convert

RGB10496115-
CMYK0.100.1700.55
HSL265.26º9%41.37%-
HSV(B)265.26º16.52%45.1%-
XYZ12.9912.5517.96-
YUV100.56136.15130.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=33.02%
G=30.48%
B=36.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104961150.100.1700.55265.26941.37
Hex686073A11037109929
Octal15014016312210674111151
Binary11010001100000111001110101000101101111000010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686073; }

 p { color: rgb(104,96,115); }

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

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

 a { background-color: rgb(104,96,115); }

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

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

 span { border-color: rgb(104,96,115); }

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