#695E75

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

Shades of Scarpa Flow #695E75

Tints of Scarpa Flow #695E75

Color information

#695E75 (or 0x695E75) is unknown color: approx Scarpa Flow. HEX triplet: 69, 5E and 75. RGB value is (105,94,117). Sum of RGB (Red+Green+Blue) = 105+94+117=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: blue. Hex color #695E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E75 is #96A18A. Grayscale: #636363. Windows color (decimal): -9871755 or 7691881. OLE color: 7691881.

HSL color Cylindrical-coordinate representation of color #695E75: hue angle of 268.7º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #695E75 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10594117-
CMYK0.100.2000.54
HSL268.7º10.9%41.37%-
HSV(B)268.7º19.66%45.88%-
XYZ13.0412.2918.52-
YUV99.91137.64131.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 94 (37.11% from 255) = 29.75%
BLUE value IS 117 (46.09% from 255) = 37.03%
R=33.23%
G=29.75%
B=37.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105941170.100.2000.54268.710.941.37
Hex695E75A1403610db29
Octal15113616512240664151351
Binary11010011011110111010110101010001101101000011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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