#686270

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

Shades of Scarpa Flow #686270

Tints of Scarpa Flow #686270

Color information

#686270 (or 0x686270) is unknown color: approx Scarpa Flow. HEX triplet: 68, 62 and 70. RGB value is (104,98,112). Sum of RGB (Red+Green+Blue) = 104+98+112=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 112 - color contains mainly: blue. Hex color #686270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686270 is #979D8F. Grayscale: #656565. Windows color (decimal): -9936272 or 7365224. OLE color: 7365224.

HSL color Cylindrical-coordinate representation of color #686270: hue angle of 265.71º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #686270 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10498112-
CMYK0.070.1300.56
HSL265.71º6.67%41.18%-
HSV(B)265.71º12.5%43.92%-
XYZ1312.8517.12-
YUV101.39133.99129.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=33.12%
G=31.21%
B=35.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104981120.070.1300.56265.716.6741.18
Hex6862707D03810a729
Octal150142160715070412751
Binary11010001100010111000011111010111000100001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686270; }

 p { color: rgb(104,98,112); }

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

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

 a { background-color: rgb(104,98,112); }

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

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

 span { border-color: rgb(104,98,112); }

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