#696271

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

Shades of Scarpa Flow #696271

Tints of Scarpa Flow #696271

Color information

#696271 (or 0x696271) is unknown color: approx Scarpa Flow. HEX triplet: 69, 62 and 71. RGB value is (105,98,113). Sum of RGB (Red+Green+Blue) = 105+98+113=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 113 - color contains mainly: blue. Hex color #696271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696271 is #969D8E. Grayscale: #656565. Windows color (decimal): -9870735 or 7430761. OLE color: 7430761.

HSL color Cylindrical-coordinate representation of color #696271: hue angle of 268º 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 #696271 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10598113-
CMYK0.070.1300.56
HSL268º7.11%41.37%-
HSV(B)268º13.27%44.31%-
XYZ13.1712.9317.42-
YUV101.8134.32130.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=33.23%
G=31.01%
B=35.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105981130.070.1300.562687.1141.37
Hex6962717D03810c729
Octal151142161715070414751
Binary11010011100010111000111111010111000100001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696271; }

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

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

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

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

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

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

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

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