#695F75

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

Shades of Scarpa Flow #695F75

Tints of Scarpa Flow #695F75

Color information

#695F75 (or 0x695F75) is unknown color: approx Scarpa Flow. HEX triplet: 69, 5F and 75. RGB value is (105,95,117). Sum of RGB (Red+Green+Blue) = 105+95+117=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 117 - color contains mainly: blue. Hex color #695F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695F75 is #96A08A. Grayscale: #646464. Windows color (decimal): -9871499 or 7692137. OLE color: 7692137.

HSL color Cylindrical-coordinate representation of color #695F75: hue angle of 267.27º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #695F75 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10595117-
CMYK0.100.1900.54
HSL267.27º10.38%41.57%-
HSV(B)267.27º18.8%45.88%-
XYZ13.1312.4718.55-
YUV100.5137.31131.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.12%
GREEN value IS 95 (37.5% from 255) = 29.97%
BLUE value IS 117 (46.09% from 255) = 36.91%
R=33.12%
G=29.97%
B=36.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105951170.100.1900.54267.2710.3841.57
Hex695F75A1303610ba2a
Octal15113716512230664131252
Binary11010011011111111010110101001101101101000010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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