#695C72

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

Shades of Scarpa Flow #695C72

Tints of Scarpa Flow #695C72

Color information

#695C72 (or 0x695C72) is unknown color: approx Scarpa Flow. HEX triplet: 69, 5C and 72. RGB value is (105,92,114). Sum of RGB (Red+Green+Blue) = 105+92+114=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 114 - color contains mainly: blue. Hex color #695C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C72 is #96A38D. Grayscale: #626262. Windows color (decimal): -9872270 or 7494761. OLE color: 7494761.

HSL color Cylindrical-coordinate representation of color #695C72: hue angle of 275.45º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #695C72 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10592114-
CMYK0.080.1900.55
HSL275.45º10.68%40.39%-
HSV(B)275.45º19.3%44.71%-
XYZ12.6911.8717.54-
YUV98.4136.81132.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.76%
GREEN value IS 92 (36.33% from 255) = 29.58%
BLUE value IS 114 (44.92% from 255) = 36.66%
R=33.76%
G=29.58%
B=36.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105921140.080.1900.55275.4510.6840.39
Hex695C72813037113b28
Octal15113416210230674231350
Binary11010011011100111001010001001101101111000100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,92,114); }

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

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

 a { background-color: rgb(105,92,114); }

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

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

 span { border-color: rgb(105,92,114); }

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