#695D72

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

Shades of Scarpa Flow #695D72

Tints of Scarpa Flow #695D72

Color information

#695D72 (or 0x695D72) is unknown color: approx Scarpa Flow. HEX triplet: 69, 5D and 72. RGB value is (105,93,114). Sum of RGB (Red+Green+Blue) = 105+93+114=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 114 - color contains mainly: blue. Hex color #695D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D72 is #96A28D. Grayscale: #626262. Windows color (decimal): -9872014 or 7495017. OLE color: 7495017.

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

Color convert

RGB10593114-
CMYK0.080.1800.55
HSL274.29º10.14%40.59%-
HSV(B)274.29º18.42%44.71%-
XYZ12.7812.0517.57-
YUV98.98136.48132.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.65%
GREEN value IS 93 (36.72% from 255) = 29.81%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=33.65%
G=29.81%
B=36.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105931140.080.1800.55274.2910.1440.59
Hex695D72812037112a29
Octal15113516210220674221251
Binary11010011011101111001010001001001101111000100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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