#695B73

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

Shades of Scarpa Flow #695B73

Tints of Scarpa Flow #695B73

Color information

#695B73 (or 0x695B73) is unknown color: approx Scarpa Flow. HEX triplet: 69, 5B and 73. RGB value is (105,91,115). Sum of RGB (Red+Green+Blue) = 105+91+115=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 115 - color contains mainly: blue. Hex color #695B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B73 is #96A48C. Grayscale: #616161. Windows color (decimal): -9872525 or 7560041. OLE color: 7560041.

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

Color convert

RGB10591115-
CMYK0.090.2100.55
HSL275º11.65%40.39%-
HSV(B)275º20.87%45.1%-
XYZ12.6611.7217.82-
YUV97.92137.64133.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.76%
GREEN value IS 91 (35.94% from 255) = 29.26%
BLUE value IS 115 (45.31% from 255) = 36.98%
R=33.76%
G=29.26%
B=36.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105911150.090.2100.5527511.6540.39
Hex695B73915037113c28
Octal15113316311250674231450
Binary11010011011011111001110011010101101111000100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,91,115); }

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

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

 a { background-color: rgb(105,91,115); }

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

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

 span { border-color: rgb(105,91,115); }

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