#696071

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

Shades of Scarpa Flow #696071

Tints of Scarpa Flow #696071

Color information

#696071 (or 0x696071) is unknown color: approx Scarpa Flow. HEX triplet: 69, 60 and 71. RGB value is (105,96,113). Sum of RGB (Red+Green+Blue) = 105+96+113=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 113 - color contains mainly: blue. Hex color #696071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696071 is #969F8E. Grayscale: #646464. Windows color (decimal): -9871247 or 7430249. OLE color: 7430249.

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

Color convert

RGB10596113-
CMYK0.070.1500.56
HSL271.76º8.13%40.98%-
HSV(B)271.76º15.04%44.31%-
XYZ12.9912.5617.36-
YUV100.63134.98131.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 113 (44.53% from 255) = 35.99%
R=33.44%
G=30.57%
B=35.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105961130.070.1500.56271.768.1340.98
Hex6960717F038110829
Octal1511401617170704201051
Binary110100111000001110001111111101110001000100001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696071; }

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

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

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

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

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

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

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

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