#68656D

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

Shades of Scarpa Flow #68656D

Tints of Scarpa Flow #68656D

Color information

#68656D (or 0x68656D) is unknown color: approx Scarpa Flow. HEX triplet: 68, 65 and 6D. RGB value is (104,101,109). Sum of RGB (Red+Green+Blue) = 104+101+109=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 109 - color contains mainly: blue. Hex color #68656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68656D is #979A92. Grayscale: #666666. Windows color (decimal): -9935507 or 7169384. OLE color: 7169384.

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

Color convert

RGB104101109-
CMYK0.050.0700.57
HSL262.5º3.81%41.18%-
HSV(B)262.5º7.34%42.75%-
XYZ13.1213.3516.35-
YUV102.81131.49128.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 101 (39.84% from 255) = 32.17%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=33.12%
G=32.17%
B=34.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1041011090.050.0700.57262.53.8141.18
Hex68656D57039106429
Octal15014515557071406451
Binary1101000110010111011011011110111001100000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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