#6D647A

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

Shades of Scarpa Flow #6D647A

Tints of Scarpa Flow #6D647A

Color information

#6D647A (or 0x6D647A) is unknown color: approx Scarpa Flow. HEX triplet: 6D, 64 and 7A. RGB value is (109,100,122). Sum of RGB (Red+Green+Blue) = 109+100+122=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 122 - color contains mainly: blue. Hex color #6D647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D647A is #929B85. Grayscale: #696969. Windows color (decimal): -9608070 or 8021101. OLE color: 8021101.

HSL color Cylindrical-coordinate representation of color #6D647A: hue angle of 264.55º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D647A is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB109100122-
CMYK0.110.1800.52
HSL264.55º9.91%43.53%-
HSV(B)264.55º18.03%47.84%-
XYZ14.3813.7720.31-
YUV105.2137.48130.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.93%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 122 (48.05% from 255) = 36.86%
R=32.93%
G=30.21%
B=36.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1091001220.110.1800.52264.559.9143.53
Hex6D647AB12034109a2c
Octal15514417213220644111254
Binary11011011100100111101010111001001101001000010011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,100,122); }

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

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

 a { background-color: rgb(109,100,122); }

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

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

 span { border-color: rgb(109,100,122); }

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