#6A5A79

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

Shades of Scarpa Flow #6A5A79

Tints of Scarpa Flow #6A5A79

Color information

#6A5A79 (or 0x6A5A79) is unknown color: approx Scarpa Flow. HEX triplet: 6A, 5A and 79. RGB value is (106,90,121). Sum of RGB (Red+Green+Blue) = 106+90+121=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A5A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5A79 is #95A586. Grayscale: #626262. Windows color (decimal): -9807239 or 7953002. OLE color: 7953002.

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

Color convert

RGB10690121-
CMYK0.120.2600.53
HSL270.97º14.69%41.37%-
HSV(B)270.97º25.62%47.45%-
XYZ13.0511.7619.67-
YUV98.32140.8133.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.44%
GREEN value IS 90 (35.55% from 255) = 28.39%
BLUE value IS 121 (47.66% from 255) = 38.17%
R=33.44%
G=28.39%
B=38.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106901210.120.2600.53270.9714.6941.37
Hex6A5A79C1A03510ff29
Octal15213217114320654171751
Binary11010101011010111100111001101001101011000011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,90,121); }

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

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

 a { background-color: rgb(106,90,121); }

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

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

 span { border-color: rgb(106,90,121); }

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