#68606D

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

Shades of Scarpa Flow #68606D

Tints of Scarpa Flow #68606D

Color information

#68606D (or 0x68606D) is unknown color: approx Scarpa Flow. HEX triplet: 68, 60 and 6D. RGB value is (104,96,109). Sum of RGB (Red+Green+Blue) = 104+96+109=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 109 - color contains mainly: blue. Hex color #68606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68606D is #979F92. Grayscale: #636363. Windows color (decimal): -9936787 or 7168104. OLE color: 7168104.

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

Color convert

RGB10496109-
CMYK0.050.1200.57
HSL276.92º6.34%40.2%-
HSV(B)276.92º11.93%42.75%-
XYZ12.6512.4116.2-
YUV99.87133.15130.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 109 (42.97% from 255) = 35.28%
R=33.66%
G=31.07%
B=35.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104961090.050.1200.57276.926.3440.2
Hex68606D5C039115628
Octal150140155514071425650
Binary11010001100000110110110111000111001100010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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