#6D6773

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

Shades of Scarpa Flow #6D6773

Tints of Scarpa Flow #6D6773

Color information

#6D6773 (or 0x6D6773) is unknown color: approx Scarpa Flow. HEX triplet: 6D, 67 and 73. RGB value is (109,103,115). Sum of RGB (Red+Green+Blue) = 109+103+115=327 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.33% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D6773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6773 is #92988C. Grayscale: #6A6A6A. Windows color (decimal): -9607309 or 7563117. OLE color: 7563117.

HSL color Cylindrical-coordinate representation of color #6D6773: hue angle of 270º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6D6773 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB109103115-
CMYK0.050.1000.55
HSL270º5.5%42.75%-
HSV(B)270º10.43%45.1%-
XYZ14.2514.1918.21-
YUV106.16132.99130.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.33%
GREEN value IS 103 (40.62% from 255) = 31.50%
BLUE value IS 115 (45.31% from 255) = 35.17%
R=33.33%
G=31.50%
B=35.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1091031150.050.1000.552705.542.75
Hex6D67735A03710e62b
Octal155147163512067416653
Binary11011011100111111001110110100110111100001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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