#6D6677

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

Shades of Scarpa Flow #6D6677

Tints of Scarpa Flow #6D6677

Color information

#6D6677 (or 0x6D6677) is unknown color: approx Scarpa Flow. HEX triplet: 6D, 66 and 77. RGB value is (109,102,119). Sum of RGB (Red+Green+Blue) = 109+102+119=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D6677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6677 is #929988. Grayscale: #696969. Windows color (decimal): -9607561 or 7825005. OLE color: 7825005.

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

Color convert

RGB109102119-
CMYK0.080.1400.53
HSL264.71º7.69%43.33%-
HSV(B)264.71º14.29%46.67%-
XYZ14.3914.0919.41-
YUV106.03135.32130.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.03%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 119 (46.88% from 255) = 36.06%
R=33.03%
G=30.91%
B=36.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1091021190.080.1400.53264.717.6943.33
Hex6D66778E03510982b
Octal15514616710160654111053
Binary1101101110011011101111000111001101011000010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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