#68636F

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

Shades of Scarpa Flow #68636F

Tints of Scarpa Flow #68636F

Color information

#68636F (or 0x68636F) is unknown color: approx Scarpa Flow. HEX triplet: 68, 63 and 6F. RGB value is (104,99,111). Sum of RGB (Red+Green+Blue) = 104+99+111=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 111 - color contains mainly: blue. Hex color #68636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68636F is #979C90. Grayscale: #656565. Windows color (decimal): -9936017 or 7299944. OLE color: 7299944.

HSL color Cylindrical-coordinate representation of color #68636F: hue angle of 265º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #68636F is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10499111-
CMYK0.060.1100.56
HSL265º5.71%41.18%-
HSV(B)265º10.81%43.53%-
XYZ13.0413.0116.86-
YUV101.86133.16129.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 99 (39.06% from 255) = 31.53%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=33.12%
G=31.53%
B=35.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104991110.060.1100.562655.7141.18
Hex68636F6B038109629
Octal150143157613070411651
Binary11010001100011110111111010110111000100001001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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