#68656C

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

Shades of Scarpa Flow #68656C

Tints of Scarpa Flow #68656C

Color information

#68656C (or 0x68656C) is unknown color: approx Scarpa Flow. HEX triplet: 68, 65 and 6C. RGB value is (104,101,108). Sum of RGB (Red+Green+Blue) = 104+101+108=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 108 - color contains mainly: blue. Hex color #68656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68656C is #979A93. Grayscale: #666666. Windows color (decimal): -9935508 or 7103848. OLE color: 7103848.

HSL color Cylindrical-coordinate representation of color #68656C: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #68656C is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB104101108-
CMYK0.040.0600.58
HSL265.71º3.35%40.98%-
HSV(B)265.71º6.48%42.35%-
XYZ13.0713.3316.07-
YUV102.7130.99128.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.23%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=33.23%
G=32.27%
B=34.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1041011080.040.0600.58265.713.3540.98
Hex68656C4603A10a329
Octal15014515446072412351
Binary110100011001011101100100110011101010000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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