#696170

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

Shades of Scarpa Flow #696170

Tints of Scarpa Flow #696170

Color information

#696170 (or 0x696170) is unknown color: approx Scarpa Flow. HEX triplet: 69, 61 and 70. RGB value is (105,97,112). Sum of RGB (Red+Green+Blue) = 105+97+112=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 112 - color contains mainly: blue. Hex color #696170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696170 is #969E8F. Grayscale: #656565. Windows color (decimal): -9870992 or 7364969. OLE color: 7364969.

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

Color convert

RGB10597112-
CMYK0.060.1300.56
HSL272º7.18%40.98%-
HSV(B)272º13.39%43.92%-
XYZ13.0312.7217.1-
YUV101.1134.15130.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=33.44%
G=30.89%
B=35.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105971120.060.1300.562727.1840.98
Hex6961706D038110729
Octal151141160615070420751
Binary11010011100001111000011011010111000100010000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696170; }

 p { color: rgb(105,97,112); }

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

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

 a { background-color: rgb(105,97,112); }

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

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

 span { border-color: rgb(105,97,112); }

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