#68636D

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

Shades of Scarpa Flow #68636D

Tints of Scarpa Flow #68636D

Color information

#68636D (or 0x68636D) is unknown color: approx Scarpa Flow. HEX triplet: 68, 63 and 6D. RGB value is (104,99,109). Sum of RGB (Red+Green+Blue) = 104+99+109=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 109 - color contains mainly: blue. Hex color #68636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68636D is #979C92. Grayscale: #656565. Windows color (decimal): -9936019 or 7168872. OLE color: 7168872.

HSL color Cylindrical-coordinate representation of color #68636D: hue angle of 270º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #68636D is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10499109-
CMYK0.050.0900.57
HSL270º4.81%40.78%-
HSV(B)270º9.17%42.75%-
XYZ12.9312.9716.29-
YUV101.64132.16129.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.33%
GREEN value IS 99 (39.06% from 255) = 31.73%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=33.33%
G=31.73%
B=34.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104991090.050.0900.572704.8140.78
Hex68636D5903910e529
Octal150143155511071416551
Binary11010001100011110110110110010111001100001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68636D; }

 p { color: rgb(104,99,109); }

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

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

 a { background-color: rgb(104,99,109); }

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

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

 span { border-color: rgb(104,99,109); }

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