#6A5E75

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

Shades of Scarpa Flow #6A5E75

Tints of Scarpa Flow #6A5E75

Color information

#6A5E75 (or 0x6A5E75) is unknown color: approx Scarpa Flow. HEX triplet: 6A, 5E and 75. RGB value is (106,94,117). Sum of RGB (Red+Green+Blue) = 106+94+117=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 94 (37.11% from 255 or 29.65% 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 #6A5E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5E75 is #95A18A. Grayscale: #646464. Windows color (decimal): -9806219 or 7691882. OLE color: 7691882.

HSL color Cylindrical-coordinate representation of color #6A5E75: hue angle of 271.3º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A5E75 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10694117-
CMYK0.090.2000.54
HSL271.3º10.9%41.37%-
HSV(B)271.3º19.66%45.88%-
XYZ13.1612.3518.52-
YUV100.21137.48132.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.44%
GREEN value IS 94 (37.11% from 255) = 29.65%
BLUE value IS 117 (46.09% from 255) = 36.91%
R=33.44%
G=29.65%
B=36.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106941170.090.2000.54271.310.941.37
Hex6A5E7591403610fb29
Octal15213616511240664171351
Binary11010101011110111010110011010001101101000011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A5E75; }

 p { color: rgb(106,94,117); }

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

<style>
 a { background-color: #6A5E75; }

 a { background-color: rgb(106,94,117); }

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

<style>
 span { border-color: #6A5E75; }

 span { border-color: rgb(106,94,117); }

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