#695E77

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

Shades of Scarpa Flow #695E77

Tints of Scarpa Flow #695E77

Color information

#695E77 (or 0x695E77) is unknown color: approx Scarpa Flow. HEX triplet: 69, 5E and 77. RGB value is (105,94,119). Sum of RGB (Red+Green+Blue) = 105+94+119=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 119 - color contains mainly: blue. Hex color #695E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E77 is #96A188. Grayscale: #646464. Windows color (decimal): -9871753 or 7822953. OLE color: 7822953.

HSL color Cylindrical-coordinate representation of color #695E77: hue angle of 266.4º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #695E77 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10594119-
CMYK0.120.2100.53
HSL266.4º11.74%41.76%-
HSV(B)266.4º21.01%46.67%-
XYZ13.1612.3419.14-
YUV100.14138.64131.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 94 (37.11% from 255) = 29.56%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=33.02%
G=29.56%
B=37.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105941190.120.2100.53266.411.7441.76
Hex695E77C1503510ac2a
Octal15113616714250654121452
Binary11010011011110111011111001010101101011000010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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