#695E71

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

Shades of Scarpa Flow #695E71

Tints of Scarpa Flow #695E71

Color information

#695E71 (or 0x695E71) is unknown color: approx Scarpa Flow. HEX triplet: 69, 5E and 71. RGB value is (105,94,113). Sum of RGB (Red+Green+Blue) = 105+94+113=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 113 - color contains mainly: blue. Hex color #695E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E71 is #96A18E. Grayscale: #636363. Windows color (decimal): -9871759 or 7429737. OLE color: 7429737.

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

Color convert

RGB10594113-
CMYK0.070.1700.56
HSL274.74º9.18%40.59%-
HSV(B)274.74º16.81%44.31%-
XYZ12.8112.217.3-
YUV99.46135.64131.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.65%
GREEN value IS 94 (37.11% from 255) = 30.13%
BLUE value IS 113 (44.53% from 255) = 36.22%
R=33.65%
G=30.13%
B=36.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105941130.070.1700.56274.749.1840.59
Hex695E71711038113929
Octal1511361617210704231151
Binary1101001101111011100011111000101110001000100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695E71; }

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

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

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

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

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

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

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

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