#6D6577

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

Shades of Scarpa Flow #6D6577

Tints of Scarpa Flow #6D6577

Color information

#6D6577 (or 0x6D6577) is unknown color: approx Scarpa Flow. HEX triplet: 6D, 65 and 77. RGB value is (109,101,119). Sum of RGB (Red+Green+Blue) = 109+101+119=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D6577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6577 is #929A88. Grayscale: #696969. Windows color (decimal): -9607817 or 7824749. OLE color: 7824749.

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

Color convert

RGB109101119-
CMYK0.080.1500.53
HSL266.67º8.18%43.14%-
HSV(B)266.67º15.13%46.67%-
XYZ14.2913.8919.38-
YUV105.44135.65130.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.13%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 119 (46.88% from 255) = 36.17%
R=33.13%
G=30.70%
B=36.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1091011190.080.1500.53266.678.1843.14
Hex6D65778F03510b82b
Octal15514516710170654131053
Binary1101101110010111101111000111101101011000010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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