#68616C

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

Shades of Scarpa Flow #68616C

Tints of Scarpa Flow #68616C

Color information

#68616C (or 0x68616C) is unknown color: approx Scarpa Flow. HEX triplet: 68, 61 and 6C. RGB value is (104,97,108). Sum of RGB (Red+Green+Blue) = 104+97+108=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 108 - color contains mainly: blue. Hex color #68616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68616C is #979E93. Grayscale: #646464. Windows color (decimal): -9936532 or 7102824. OLE color: 7102824.

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

Color convert

RGB10497108-
CMYK0.040.1000.58
HSL278.18º5.37%40.2%-
HSV(B)278.18º10.19%42.35%-
XYZ12.6912.5815.95-
YUV100.35132.32130.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=33.66%
G=31.39%
B=34.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104971080.040.1000.58278.185.3740.2
Hex68616C4A03A116528
Octal150141154412072426550
Binary11010001100001110110010010100111010100010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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