#68636C

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

Shades of Scarpa Flow #68636C

Tints of Scarpa Flow #68636C

Color information

#68636C (or 0x68636C) is unknown color: approx Scarpa Flow. HEX triplet: 68, 63 and 6C. RGB value is (104,99,108). Sum of RGB (Red+Green+Blue) = 104+99+108=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 108 - color contains mainly: blue. Hex color #68636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68636C is #979C93. Grayscale: #656565. Windows color (decimal): -9936020 or 7103336. OLE color: 7103336.

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

Color convert

RGB10499108-
CMYK0.040.0800.58
HSL273.33º4.35%40.59%-
HSV(B)273.33º8.33%42.35%-
XYZ12.8812.9516.01-
YUV101.52131.66129.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 99 (39.06% from 255) = 31.83%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=33.44%
G=31.83%
B=34.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104991080.040.0800.58273.334.3540.59
Hex68636C4803A111429
Octal150143154410072421451
Binary11010001100011110110010010000111010100010001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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