#6A5D77

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

Shades of Scarpa Flow #6A5D77

Tints of Scarpa Flow #6A5D77

Color information

#6A5D77 (or 0x6A5D77) is unknown color: approx Scarpa Flow. HEX triplet: 6A, 5D and 77. RGB value is (106,93,119). Sum of RGB (Red+Green+Blue) = 106+93+119=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 119 - color contains mainly: blue. Hex color #6A5D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5D77 is #95A288. Grayscale: #636363. Windows color (decimal): -9806473 or 7822698. OLE color: 7822698.

HSL color Cylindrical-coordinate representation of color #6A5D77: hue angle of 270º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A5D77 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10693119-
CMYK0.110.2200.53
HSL270º12.26%41.57%-
HSV(B)270º21.85%46.67%-
XYZ13.1912.2219.12-
YUV99.85138.81132.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.33%
GREEN value IS 93 (36.72% from 255) = 29.25%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=33.33%
G=29.25%
B=37.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106931190.110.2200.5327012.2641.57
Hex6A5D77B1603510ec2a
Octal15213516713260654161452
Binary11010101011101111011110111011001101011000011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,93,119); }

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

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

 a { background-color: rgb(106,93,119); }

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

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

 span { border-color: rgb(106,93,119); }

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