#6D6579

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

Shades of Scarpa Flow #6D6579

Tints of Scarpa Flow #6D6579

Color information

#6D6579 (or 0x6D6579) is unknown color: approx Scarpa Flow. HEX triplet: 6D, 65 and 79. RGB value is (109,101,121). Sum of RGB (Red+Green+Blue) = 109+101+121=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 121 - color contains mainly: blue. Hex color #6D6579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6579 is #929A86. Grayscale: #696969. Windows color (decimal): -9607815 or 7955821. OLE color: 7955821.

HSL color Cylindrical-coordinate representation of color #6D6579: hue angle of 264º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D6579 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB109101121-
CMYK0.100.1700.53
HSL264º9.01%43.53%-
HSV(B)264º16.53%47.45%-
XYZ14.4113.9420.02-
YUV105.67136.65130.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.93%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 121 (47.66% from 255) = 36.56%
R=32.93%
G=30.51%
B=36.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1091011210.100.1700.532649.0143.53
Hex6D6579A1103510892c
Octal15514517112210654101154
Binary11011011100101111100110101000101101011000010001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,101,121); }

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

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

 a { background-color: rgb(109,101,121); }

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

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

 span { border-color: rgb(109,101,121); }

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