#696371

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

Shades of Scarpa Flow #696371

Tints of Scarpa Flow #696371

Color information

#696371 (or 0x696371) is unknown color: approx Scarpa Flow. HEX triplet: 69, 63 and 71. RGB value is (105,99,113). Sum of RGB (Red+Green+Blue) = 105+99+113=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 113 - color contains mainly: blue. Hex color #696371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696371 is #969C8E. Grayscale: #666666. Windows color (decimal): -9870479 or 7431017. OLE color: 7431017.

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

Color convert

RGB10599113-
CMYK0.070.1200.56
HSL265.71º6.6%41.57%-
HSV(B)265.71º12.39%44.31%-
XYZ13.2713.1217.46-
YUV102.39133.99129.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.12%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=33.12%
G=31.23%
B=35.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105991130.070.1200.56265.716.641.57
Hex6963717C03810a72a
Octal151143161714070412752
Binary11010011100011111000111111000111000100001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696371; }

 p { color: rgb(105,99,113); }

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

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

 a { background-color: rgb(105,99,113); }

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

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

 span { border-color: rgb(105,99,113); }

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