#68646B

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

Shades of Scarpa Flow #68646B

Tints of Scarpa Flow #68646B

Color information

#68646B (or 0x68646B) is unknown color: approx Scarpa Flow. HEX triplet: 68, 64 and 6B. RGB value is (104,100,107). Sum of RGB (Red+Green+Blue) = 104+100+107=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 107 - color contains mainly: blue. Hex color #68646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68646B is #979B94. Grayscale: #656565. Windows color (decimal): -9935765 or 7038056. OLE color: 7038056.

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

Color convert

RGB104100107-
CMYK0.030.0700.58
HSL274.29º3.38%40.59%-
HSV(B)274.29º6.54%41.96%-
XYZ12.9213.1215.76-
YUV101.99130.83129.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 100 (39.45% from 255) = 32.15%
BLUE value IS 107 (42.19% from 255) = 34.41%
R=33.44%
G=32.15%
B=34.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1041001070.030.0700.58274.293.3840.59
Hex68646B3703A112329
Octal15014415337072422351
Binary11010001100100110101111111011101010001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68646B; }

 p { color: rgb(104,100,107); }

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

<style>
 a { background-color: #68646B; }

 a { background-color: rgb(104,100,107); }

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

<style>
 span { border-color: #68646B; }

 span { border-color: rgb(104,100,107); }

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