#69666E

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

Shades of Scarpa Flow #69666E

Tints of Scarpa Flow #69666E

Color information

#69666E (or 0x69666E) is unknown color: approx Scarpa Flow. HEX triplet: 69, 66 and 6E. RGB value is (105,102,110). Sum of RGB (Red+Green+Blue) = 105+102+110=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 110 - color contains mainly: blue. Hex color #69666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69666E is #969991. Grayscale: #676767. Windows color (decimal): -9869714 or 7235177. OLE color: 7235177.

HSL color Cylindrical-coordinate representation of color #69666E: hue angle of 262.5º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #69666E is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB105102110-
CMYK0.050.0700.57
HSL262.5º3.77%41.57%-
HSV(B)262.5º7.27%43.14%-
XYZ13.3913.6316.68-
YUV103.81131.49128.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.12%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=33.12%
G=32.18%
B=34.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1051021100.050.0700.57262.53.7741.57
Hex69666E5703910642a
Octal15114615657071406452
Binary1101001110011011011101011110111001100000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69666E; }

 p { color: rgb(105,102,110); }

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

<style>
 a { background-color: #69666E; }

 a { background-color: rgb(105,102,110); }

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

<style>
 span { border-color: #69666E; }

 span { border-color: rgb(105,102,110); }

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