#686072

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

Shades of Scarpa Flow #686072

Tints of Scarpa Flow #686072

Color information

#686072 (or 0x686072) is unknown color: approx Scarpa Flow. HEX triplet: 68, 60 and 72. RGB value is (104,96,114). Sum of RGB (Red+Green+Blue) = 104+96+114=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 114 - color contains mainly: blue. Hex color #686072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686072 is #979F8D. Grayscale: #646464. Windows color (decimal): -9936782 or 7495784. OLE color: 7495784.

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

Color convert

RGB10496114-
CMYK0.090.1600.55
HSL266.67º8.57%41.18%-
HSV(B)266.67º15.79%44.71%-
XYZ12.9312.5217.66-
YUV100.44135.65130.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 114 (44.92% from 255) = 36.31%
R=33.12%
G=30.57%
B=36.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104961140.090.1600.55266.678.5741.18
Hex68607291003710b929
Octal15014016211200674131151
Binary11010001100000111001010011000001101111000010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686072; }

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

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

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

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

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

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

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

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