#69676C

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

Shades of Scarpa Flow #69676C

Tints of Scarpa Flow #69676C

Color information

#69676C (or 0x69676C) is unknown color: approx Scarpa Flow. HEX triplet: 69, 67 and 6C. RGB value is (105,103,108). Sum of RGB (Red+Green+Blue) = 105+103+108=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 108 - color contains mainly: blue. Hex color #69676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69676C is #969893. Grayscale: #686868. Windows color (decimal): -9869460 or 7104361. OLE color: 7104361.

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

Color convert

RGB105103108-
CMYK0.030.0500.58
HSL264º2.37%41.37%-
HSV(B)264º4.63%42.35%-
XYZ13.3813.7916.14-
YUV104.17130.16128.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 103 (40.62% from 255) = 32.59%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=33.23%
G=32.59%
B=34.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1051031080.030.0500.582642.3741.37
Hex69676C3503A108229
Octal15114715435072410251
Binary11010011100111110110011101011101010000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,103,108); }

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

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

 a { background-color: rgb(105,103,108); }

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

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

 span { border-color: rgb(105,103,108); }

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