#6A5B78

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

Shades of Scarpa Flow #6A5B78

Tints of Scarpa Flow #6A5B78

Color information

#6A5B78 (or 0x6A5B78) is unknown color: approx Scarpa Flow. HEX triplet: 6A, 5B and 78. RGB value is (106,91,120). Sum of RGB (Red+Green+Blue) = 106+91+120=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A5B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5B78 is #95A487. Grayscale: #626262. Windows color (decimal): -9806984 or 7887722. OLE color: 7887722.

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

Color convert

RGB10691120-
CMYK0.120.2400.53
HSL271.03º13.74%41.37%-
HSV(B)271.03º24.17%47.06%-
XYZ13.0811.919.38-
YUV98.79139.97133.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.44%
GREEN value IS 91 (35.94% from 255) = 28.71%
BLUE value IS 120 (47.27% from 255) = 37.85%
R=33.44%
G=28.71%
B=37.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106911200.120.2400.53271.0313.7441.37
Hex6A5B78C1803510fe29
Octal15213317014300654171651
Binary11010101011011111100011001100001101011000011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,91,120); }

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

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

 a { background-color: rgb(106,91,120); }

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

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

 span { border-color: rgb(106,91,120); }

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