#696171

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

Shades of Scarpa Flow #696171

Tints of Scarpa Flow #696171

Color information

#696171 (or 0x696171) is unknown color: approx Scarpa Flow. HEX triplet: 69, 61 and 71. RGB value is (105,97,113). Sum of RGB (Red+Green+Blue) = 105+97+113=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 113 - color contains mainly: blue. Hex color #696171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696171 is #969E8E. Grayscale: #656565. Windows color (decimal): -9870991 or 7430505. OLE color: 7430505.

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

Color convert

RGB10597113-
CMYK0.070.1400.56
HSL270º7.62%41.18%-
HSV(B)270º14.16%44.31%-
XYZ13.0812.7417.39-
YUV101.22134.65130.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=33.33%
G=30.79%
B=35.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105971130.070.1400.562707.6241.18
Hex6961717E03810e829
Octal1511411617160704161051
Binary110100111000011110001111111001110001000011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696171; }

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

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

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

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

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

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

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

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