#6D6775

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

Shades of Scarpa Flow #6D6775

Tints of Scarpa Flow #6D6775

Color information

#6D6775 (or 0x6D6775) is unknown color: approx Scarpa Flow. HEX triplet: 6D, 67 and 75. RGB value is (109,103,117). Sum of RGB (Red+Green+Blue) = 109+103+117=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D6775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6775 is #92988A. Grayscale: #6A6A6A. Windows color (decimal): -9607307 or 7694189. OLE color: 7694189.

HSL color Cylindrical-coordinate representation of color #6D6775: hue angle of 265.71º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D6775 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB109103117-
CMYK0.070.1200.54
HSL265.71º6.36%43.14%-
HSV(B)265.71º11.97%45.88%-
XYZ14.3714.2418.82-
YUV106.39133.99129.86-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.13%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 117 (46.09% from 255) = 35.56%
R=33.13%
G=31.31%
B=35.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1091031170.070.1200.54265.716.3643.14
Hex6D67757C03610a62b
Octal155147165714066412653
Binary11011011100111111010111111000110110100001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,103,117); }

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

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

 a { background-color: rgb(109,103,117); }

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

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

 span { border-color: rgb(109,103,117); }

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